diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 00:25:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 00:25:47 +0100 |
commit | 185389fd827ee4de8a534e0efe49d2262add058e (patch) | |
tree | 80acadeb3167cb664373216848603ffadf102064 /app-admin/pass/pass-9999.ebuild | |
parent | app-text/xchm: add 1.33 (diff) | |
download | gentoo-185389fd827ee4de8a534e0efe49d2262add058e.tar.gz gentoo-185389fd827ee4de8a534e0efe49d2262add058e.tar.bz2 gentoo-185389fd827ee4de8a534e0efe49d2262add058e.zip |
app-admin/pass: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-admin/pass/pass-9999.ebuild')
-rw-r--r-- | app-admin/pass/pass-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |