diff options
author | Joshua Brindle <method@gentoo.org> | 2004-04-06 10:49:55 +0000 |
---|---|---|
committer | Joshua Brindle <method@gentoo.org> | 2004-04-06 10:49:55 +0000 |
commit | cf0cd78e6f48ac92c367b16158b4719fdc89d0c7 (patch) | |
tree | 4c96e4eb61202aef35a3f47cf28c6c188d11d4d5 /sys-libs | |
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')
-rw-r--r-- | sys-libs/gpm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/gpm/gpm-1.20.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog index 2675adff3636..8aa34dc56ed6 100644 --- a/sys-libs/gpm/ChangeLog +++ b/sys-libs/gpm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/gpm # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.25 2004/01/09 22:00:14 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.26 2004/04/06 10:45:18 method Exp $ + + 06 Apr 2004; Joshua Brindle <method@gentoo.org> gpm-1.20.1.ebuild: + added selinux policy to rdepend 09 Jan 2004; Jason Wever <weeve@gentoo.org> gpm-1.20.1.ebuild: Marked stable on sparc. 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" |