diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:37:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 14:37:12 +0000 |
commit | 768fd5a2fca925ab97073029970f46f70c563467 (patch) | |
tree | 877e465c96d64cc52aab1669d8ef31cdec5d9b4b /sys-apps/chpax | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-768fd5a2fca925ab97073029970f46f70c563467.tar.gz gentoo-2-768fd5a2fca925ab97073029970f46f70c563467.tar.bz2 gentoo-2-768fd5a2fca925ab97073029970f46f70c563467.zip |
sync IUSE (-static), add sed-4 dep
Diffstat (limited to 'sys-apps/chpax')
-rw-r--r-- | sys-apps/chpax/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/chpax/chpax-0.6.1.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/chpax/ChangeLog b/sys-apps/chpax/ChangeLog index 2c80aae2e690..f2c57b3562e5 100644 --- a/sys-apps/chpax/ChangeLog +++ b/sys-apps/chpax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/chpax # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.23 2004/06/28 00:24:45 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/ChangeLog,v 1.24 2004/06/30 14:37:12 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> chpax-0.6.1.ebuild: + sync IUSE (-static), add sed-4 dep 27 Jun 2004; <solar@gentoo.org> files/pax-conf.d: updated conf.d script from bug #40665 diff --git a/sys-apps/chpax/chpax-0.6.1.ebuild b/sys-apps/chpax/chpax-0.6.1.ebuild index 6a47ae15eb07..204a7077642b 100644 --- a/sys-apps/chpax/chpax-0.6.1.ebuild +++ b/sys-apps/chpax/chpax-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.6.1.ebuild,v 1.11 2004/06/28 16:01:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.6.1.ebuild,v 1.12 2004/06/30 14:37:12 agriffis Exp $ inherit flag-o-matic gcc @@ -12,9 +12,10 @@ SRC_URI="mirror://chpax-${PV}.tar.bz2 LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ppc sparc ~mips alpha ~arm hppa amd64 ia64" -#IUSE="static" +IUSE="" -DEPEND="virtual/libc" +DEPEND="virtual/libc + >=sys-apps/sed-4" src_unpack() { unpack ${A} |