diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:25:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:36:49 +0100 |
commit | 6ee7dff167ae55bd04d0d3ea6b048fa41e0b5c92 (patch) | |
tree | 51f8545aa68793777781afcdc67b6cf6521c8185 | |
parent | app-text/dictd: add missing selinux policy dep (diff) | |
download | gentoo-6ee7dff167ae55bd04d0d3ea6b048fa41e0b5c92.tar.gz gentoo-6ee7dff167ae55bd04d0d3ea6b048fa41e0b5c92.tar.bz2 gentoo-6ee7dff167ae55bd04d0d3ea6b048fa41e0b5c92.zip |
dev-libs/openct: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/openct/openct-0.6.20-r5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/openct/openct-0.6.20-r5.ebuild b/dev-libs/openct/openct-0.6.20-r5.ebuild index b240704e94ee..c53d713b370a 100644 --- a/dev-libs/openct/openct-0.6.20-r5.ebuild +++ b/dev-libs/openct/openct-0.6.20-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,13 +7,12 @@ inherit autotools flag-o-matic udev DESCRIPTION="library for accessing smart card terminals" HOMEPAGE="https://github.com/OpenSC/openct/wiki" - SRC_URI="mirror://sourceforge/opensc/${PN}/${P}.tar.gz" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" LICENSE="LGPL-2.1" SLOT="0" -IUSE="doc debug pcsc-lite usb" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" +IUSE="doc debug pcsc-lite selinux usb" DEPEND=" pcsc-lite? ( >=sys-apps/pcsc-lite-1.7.2-r1:= ) @@ -24,6 +23,7 @@ RDEPEND=" ${DEPEND} acct-group/openct acct-user/openctd + selinux? ( sec-policy/selinux-openct ) " BDEPEND="doc? ( app-doc/doxygen )" |