diff options
Diffstat (limited to 'app-admin/pass')
-rw-r--r-- | app-admin/pass/pass-1.7.3-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/pass/pass-1.7.4-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/pass/pass-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/pass/pass-1.7.3-r1.ebuild b/app-admin/pass/pass-1.7.3-r1.ebuild index 03a687c03b6b..5c6ec577be11 100644 --- a/app-admin/pass/pass-1.7.3-r1.ebuild +++ b/app-admin/pass/pass-1.7.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ S="${WORKDIR}/password-store-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos" -IUSE="+git X emacs dmenu importers elibc_Darwin" +IUSE="+git X emacs dmenu importers" RDEPEND=" app-crypt/gnupg diff --git a/app-admin/pass/pass-1.7.4-r1.ebuild b/app-admin/pass/pass-1.7.4-r1.ebuild index b42ea77bcb1b..f3cdb246ce25 100644 --- a/app-admin/pass/pass-1.7.4-r1.ebuild +++ b/app-admin/pass/pass-1.7.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ S="${WORKDIR}/password-store-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos" -IUSE="+git wayland X emacs dmenu importers elibc_Darwin" +IUSE="+git wayland X emacs dmenu importers" RDEPEND=" app-crypt/gnupg diff --git a/app-admin/pass/pass-9999.ebuild b/app-admin/pass/pass-9999.ebuild index b0b05e8dda99..776cab80b1cc 100644 --- a/app-admin/pass/pass-9999.ebuild +++ b/app-admin/pass/pass-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ HOMEPAGE="https://www.passwordstore.org/" LICENSE="GPL-2" SLOT="0" -IUSE="+git wayland X emacs dmenu importers elibc_Darwin" +IUSE="+git wayland X emacs dmenu importers" RDEPEND=" app-crypt/gnupg |