commit: 37746741e80f5f23843157da0295112c8c31efb0 Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru> AuthorDate: Mon Dec 2 10:37:12 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 2 14:57:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37746741
app-admin/pass: LICENSE fix Closes: https://bugs.gentoo.org/881635 Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru> Closes: https://github.com/gentoo/gentoo/pull/39557 Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/pass/pass-1.7.3-r2.ebuild | 4 ++-- app-admin/pass/pass-1.7.4-r2.ebuild | 2 +- app-admin/pass/pass-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-admin/pass/pass-1.7.3-r2.ebuild b/app-admin/pass/pass-1.7.3-r2.ebuild index 1a8952ad9f5b..d4b827ebe313 100644 --- a/app-admin/pass/pass-1.7.3-r2.ebuild +++ b/app-admin/pass/pass-1.7.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.passwordstore.org/" SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" S="${WORKDIR}/password-store-${PV}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos" IUSE="+git X emacs dmenu importers" diff --git a/app-admin/pass/pass-1.7.4-r2.ebuild b/app-admin/pass/pass-1.7.4-r2.ebuild index a70dea5f4464..ddac8d5bcc2d 100644 --- a/app-admin/pass/pass-1.7.4-r2.ebuild +++ b/app-admin/pass/pass-1.7.4-r2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.passwordstore.org/" SRC_URI="https://git.zx2c4.com/password-store/snapshot/password-store-${PV}.tar.xz" S="${WORKDIR}/password-store-${PV}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~arm64-macos ~x64-macos" IUSE="+git wayland X emacs dmenu importers" diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index 0fd8dcb77e6b..ed545c7288ab 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ fi DESCRIPTION="Stores, retrieves, generates, and synchronizes passwords securely" HOMEPAGE="https://www.passwordstore.org/" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="+git wayland X emacs dmenu importers"
