diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:03:40 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:03:40 +0000 |
commit | c9c3a1019fb90edb686be92c4b3ccf52d047142d (patch) | |
tree | d9efb23a9e2c0b98c4fa40feff0f74e0775f5d0c /app-admin/paxtest | |
parent | Add missing IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-c9c3a1019fb90edb686be92c4b3ccf52d047142d.tar.gz gentoo-2-c9c3a1019fb90edb686be92c4b3ccf52d047142d.tar.bz2 gentoo-2-c9c3a1019fb90edb686be92c4b3ccf52d047142d.zip |
Added IUSE=
Diffstat (limited to 'app-admin/paxtest')
-rw-r--r-- | app-admin/paxtest/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/paxtest/paxtest-0.9.5-r1.ebuild | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/paxtest/ChangeLog b/app-admin/paxtest/ChangeLog index 00a9e0dcd6c1..40c0aad72fd1 100644 --- a/app-admin/paxtest/ChangeLog +++ b/app-admin/paxtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/paxtest -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.9 2004/01/11 02:05:58 solar Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.10 2004/05/07 20:03:40 tseng Exp $ + + 07 May 2004; Brandon Hale <tseng@gentoo.org> paxtest-0.9.5-r1.ebuild: + Added IUSE= 10 Jan 2004; <solar@gentoo.org> paxtest-0.9.5-r1.ebuild, paxtest-0.9.5.ebuild: diff --git a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild index 82dc90818536..6853a12f196e 100644 --- a/app-admin/paxtest/paxtest-0.9.5-r1.ebuild +++ b/app-admin/paxtest/paxtest-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.4 2004/04/06 03:27:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/paxtest-0.9.5-r1.ebuild,v 1.5 2004/05/07 20:03:40 tseng Exp $ inherit eutils @@ -15,6 +15,7 @@ SRC_URI="http://pageexec.virtualave.net/paxtest-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/glibc >=sys-apps/chpax-0.5" |