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 | d7c8d47acf419df61aa60087715094f61c550842 (patch) | |
tree | 73c6dd1ab4c3eaad9e5d7f70ed7ca9f03ffe2cb4 | |
parent | version bump and stable for x86 (diff) | |
download | historical-d7c8d47acf419df61aa60087715094f61c550842.tar.gz historical-d7c8d47acf419df61aa60087715094f61c550842.tar.bz2 historical-d7c8d47acf419df61aa60087715094f61c550842.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 |