diff options
Diffstat (limited to 'sys-apps/man-db/man-db-2.6.2.ebuild')
-rw-r--r-- | sys-apps/man-db/man-db-2.6.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/man-db/man-db-2.6.2.ebuild b/sys-apps/man-db/man-db-2.6.2.ebuild index 6b4def9b0009..56b2513e9479 100644 --- a/sys-apps/man-db/man-db-2.6.2.ebuild +++ b/sys-apps/man-db/man-db-2.6.2.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.2.ebuild,v 1.1 2012/07/24 15:59:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.2.ebuild,v 1.2 2013/12/29 14:47:49 swift Exp $ EAPI="4" @@ -13,12 +13,13 @@ 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 ) ) + selinux? ( sec-policy/selinux-mandb ) sys-apps/groff zlib? ( sys-libs/zlib ) !sys-apps/man" |