diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-05 10:34:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-05 10:34:34 +0000 |
commit | fa6047d51d5048567793192abe1690c2c45e0d8a (patch) | |
tree | 26bfb6a0c1647765b6812fb61d1219addb8a9390 | |
parent | version bump and stable for x86 (diff) | |
download | gentoo-2-fa6047d51d5048567793192abe1690c2c45e0d8a.tar.gz gentoo-2-fa6047d51d5048567793192abe1690c2c45e0d8a.tar.bz2 gentoo-2-fa6047d51d5048567793192abe1690c2c45e0d8a.zip |
moved to stable x86
-rw-r--r-- | media-sound/id3ed/id3ed-1.10.4.ebuild | 4 | ||||
-rw-r--r-- | media-sound/takcd/takcd-0.08.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/id3ed/id3ed-1.10.4.ebuild b/media-sound/id3ed/id3ed-1.10.4.ebuild index d0f938bb462b..71a76df01604 100644 --- a/media-sound/id3ed/id3ed-1.10.4.ebuild +++ b/media-sound/id3ed/id3ed-1.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/id3ed-1.10.4.ebuild,v 1.3 2003/02/15 08:30:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/id3ed-1.10.4.ebuild,v 1.4 2003/03/05 10:34:34 seemant Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="http://www.azstarnet.com/~donut/programs/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="sys-libs/ncurses sys-libs/readline" diff --git a/media-sound/takcd/takcd-0.08.ebuild b/media-sound/takcd/takcd-0.08.ebuild index 57499ab233ff..836531d18acf 100644 --- a/media-sound/takcd/takcd-0.08.ebuild +++ b/media-sound/takcd/takcd-0.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/takcd-0.08.ebuild,v 1.1 2003/02/08 01:36:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/takcd/takcd-0.08.ebuild,v 1.2 2003/03/05 10:34:12 seemant Exp $ IUSE="" @@ -11,9 +11,9 @@ SRC_URI="http://bard.sytes.net/takcd/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" -DEPEND="" +DEPEND="virtual/glibc" src_compile() { ./autogen.sh |