diff options
author | 2003-10-18 18:46:09 +0000 | |
---|---|---|
committer | 2003-10-18 18:46:09 +0000 | |
commit | 01a12f32f26d3e0bbe038ccea84ea9fc53e484e8 (patch) | |
tree | b2f58848da2ac75160c8c3b315ad1dfc29405e94 /sys-apps/psmisc/psmisc-21.2-r4.ebuild | |
parent | old (diff) | |
download | gentoo-2-01a12f32f26d3e0bbe038ccea84ea9fc53e484e8.tar.gz gentoo-2-01a12f32f26d3e0bbe038ccea84ea9fc53e484e8.tar.bz2 gentoo-2-01a12f32f26d3e0bbe038ccea84ea9fc53e484e8.zip |
touchup
Diffstat (limited to 'sys-apps/psmisc/psmisc-21.2-r4.ebuild')
-rw-r--r-- | sys-apps/psmisc/psmisc-21.2-r4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/psmisc/psmisc-21.2-r4.ebuild b/sys-apps/psmisc/psmisc-21.2-r4.ebuild index 8adce81f3834..9425cb3f857e 100644 --- a/sys-apps/psmisc/psmisc-21.2-r4.ebuild +++ b/sys-apps/psmisc/psmisc-21.2-r4.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-21.2-r4.ebuild,v 1.2 2003/09/18 00:15:52 avenj Exp $ - -IUSE="nls selinux" +# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-21.2-r4.ebuild,v 1.3 2003/10/18 18:46:09 vapier Exp $ DESCRIPTION="A set of tools that use the proc filesystem" HOMEPAGE="http://psmisc.sourceforge.net/" SRC_URI="mirror://sourceforge/psmisc/${P}.tar.gz selinux? mirror://gentoo/${P}-selinux.patch.bz2" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~arm ~mips ia64" +IUSE="nls selinux" DEPEND=">=sys-libs/ncurses-5.2-r2 selinux? ( >=sys-apps/selinux-small-2003011510-r2 )" |