diff options
author | 2004-04-06 10:49:55 +0000 | |
---|---|---|
committer | 2004-04-06 10:49:55 +0000 | |
commit | cf0cd78e6f48ac92c367b16158b4719fdc89d0c7 (patch) | |
tree | 4c96e4eb61202aef35a3f47cf28c6c188d11d4d5 /sys-libs/gpm/gpm-1.20.1.ebuild | |
parent | added selinux policy to rdepend (Manifest recommit) (diff) | |
download | gentoo-2-cf0cd78e6f48ac92c367b16158b4719fdc89d0c7.tar.gz gentoo-2-cf0cd78e6f48ac92c367b16158b4719fdc89d0c7.tar.bz2 gentoo-2-cf0cd78e6f48ac92c367b16158b4719fdc89d0c7.zip |
added selinux policy to rdepend
Diffstat (limited to 'sys-libs/gpm/gpm-1.20.1.ebuild')
-rw-r--r-- | sys-libs/gpm/gpm-1.20.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/gpm/gpm-1.20.1.ebuild b/sys-libs/gpm/gpm-1.20.1.ebuild index 3390389302f5..d3f2ac583bd3 100644 --- a/sys-libs/gpm/gpm-1.20.1.ebuild +++ b/sys-libs/gpm/gpm-1.20.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1.ebuild,v 1.15 2004/02/22 23:09:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1.ebuild,v 1.16 2004/04/06 10:45:18 method Exp $ -IUSE="" +IUSE="selinux" # Please use this variable to keep patch names sane for our patches! PATCH_VER="1.0" @@ -23,6 +23,7 @@ HOMEPAGE="ftp://arcana.linux.it/pub/gpm/" DEPEND=">=sys-libs/ncurses-5.2 sys-devel/autoconf" +RDEPEND="selinux? ( sec-policy/selinux-gpm )" SLOT="0" LICENSE="GPL-2" |