diff options
author | 2003-03-24 18:28:12 +0000 | |
---|---|---|
committer | 2003-03-24 18:28:12 +0000 | |
commit | a85b7fd6fc363acd833eb276c642e79dfacd70d5 (patch) | |
tree | 90ec30bbe1fdc12c3b02abf4e3ca57049b52e5db /media-sound | |
parent | patch source to fix errno glib2.3.2 linking problems (diff) | |
download | historical-a85b7fd6fc363acd833eb276c642e79dfacd70d5.tar.gz historical-a85b7fd6fc363acd833eb276c642e79dfacd70d5.tar.bz2 historical-a85b7fd6fc363acd833eb276c642e79dfacd70d5.zip |
set ~ppc in keywords
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/id3ed/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/id3ed/id3ed-1.10.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/id3ed/ChangeLog b/media-sound/id3ed/ChangeLog index 654029b4c1d7..64683451a170 100644 --- a/media-sound/id3ed/ChangeLog +++ b/media-sound/id3ed/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for media-sound/id3ed # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/ChangeLog,v 1.2 2003/02/15 08:30:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/ChangeLog,v 1.3 2003/03/24 18:28:12 vladimir Exp $ *id3ed-1.10.4 (07 Feb 2003) + 24 Mar 2003; Graham Forest <vladimir@gentoo.org> id3ed-1.10.4.ebuild: + set ~ppc in keywords + 15 Feb 2003; Seemant Kulleen <seemant@gentoo.org> id3ed-1.10.4.ebuild : Added "-I./" to the CFLAGS to allow compilation against readline-4.2a. diff --git a/media-sound/id3ed/id3ed-1.10.4.ebuild b/media-sound/id3ed/id3ed-1.10.4.ebuild index 71a76df01604..827f298552a2 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.4 2003/03/05 10:34:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/id3ed-1.10.4.ebuild,v 1.5 2003/03/24 18:28:12 vladimir 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 ~ppc" DEPEND="sys-libs/ncurses sys-libs/readline" |