diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-15 05:01:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-15 05:01:11 +0000 |
commit | cbbdc3d5c56fdcf01ef2b1c2534e3ef0df31143a (patch) | |
tree | 0c225787b835da5de595bef9fea6bde55e77dce2 /sys-devel/bin86 | |
parent | fix test building with gcc4 #89123 by Ryan Hill (diff) | |
download | gentoo-2-cbbdc3d5c56fdcf01ef2b1c2534e3ef0df31143a.tar.gz gentoo-2-cbbdc3d5c56fdcf01ef2b1c2534e3ef0df31143a.tar.bz2 gentoo-2-cbbdc3d5c56fdcf01ef2b1c2534e3ef0df31143a.zip |
stabilize
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/bin86-0.16.17.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-devel/bin86/bin86-0.16.17.ebuild b/sys-devel/bin86/bin86-0.16.17.ebuild index 4700fb7b1964..1ba54022b595 100644 --- a/sys-devel/bin86/bin86-0.16.17.ebuild +++ b/sys-devel/bin86/bin86-0.16.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild,v 1.1 2005/01/31 03:01:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.17.ebuild,v 1.2 2005/04/15 05:01:11 vapier Exp $ inherit toolchain-funcs @@ -10,12 +10,10 @@ SRC_URI="http://www.cix.co.uk/~mayday/dev86/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* x86" IUSE="" -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - sys-apps/sed" +RDEPEND="" src_unpack() { unpack ${A} |