diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-03-31 12:47:50 +0200 |
---|---|---|
committer | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-03-31 12:47:50 +0200 |
commit | c98b44a1beca980087e1d785e086bacbe77b24ec (patch) | |
tree | 313dec9db4e686d2abde5c05700f8865b051abb6 /sys-auth | |
parent | dev-python/pytest-instafail: fix tests (diff) | |
download | guru-c98b44a1beca980087e1d785e086bacbe77b24ec.tar.gz guru-c98b44a1beca980087e1d785e086bacbe77b24ec.tar.bz2 guru-c98b44a1beca980087e1d785e086bacbe77b24ec.zip |
sys-auth/AusweisApp2: Removed unused USE flag
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild index 0dc576b98..a560d3fae 100644 --- a/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild +++ b/sys-auth/AusweisApp2/AusweisApp2-1.20.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="EUPL-1.2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc" +IUSE="" BDEPEND="virtual/pkgconfig" |