summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/man-db/man-db-2.6.1.ebuild')
-rw-r--r--sys-apps/man-db/man-db-2.6.1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/man-db/man-db-2.6.1.ebuild b/sys-apps/man-db/man-db-2.6.1.ebuild
index a72dcd697f54..b7865dab72e8 100644
--- a/sys-apps/man-db/man-db-2.6.1.ebuild
+++ b/sys-apps/man-db/man-db-2.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild,v 1.4 2012/07/24 15:59:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.1.ebuild,v 1.5 2013/12/29 14:47:48 swift Exp $
EAPI="4"
@@ -13,13 +13,14 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="berkdb +gdbm nls static-libs zlib"
+IUSE="berkdb +gdbm nls selinux static-libs zlib"
RDEPEND="dev-libs/libpipeline
berkdb? ( sys-libs/db )
gdbm? ( sys-libs/gdbm )
!berkdb? ( !gdbm? ( sys-libs/gdbm ) )
sys-apps/groff
+ selinux? ( sec-policy/selinux-mandb )
zlib? ( sys-libs/zlib )
!sys-apps/man"
DEPEND="${RDEPEND}