diff options
author | 2004-09-26 04:10:22 +0000 | |
---|---|---|
committer | 2004-09-26 04:10:22 +0000 | |
commit | 4ceb5ce50dbc09bd81170b14f8c1684d5414c030 (patch) | |
tree | ad396d0f57c0f7d7097a48266f571fcba40049a6 | |
parent | added ~ppc64, bug #64101 (Manifest recommit) (diff) | |
download | gentoo-2-4ceb5ce50dbc09bd81170b14f8c1684d5414c030.tar.gz gentoo-2-4ceb5ce50dbc09bd81170b14f8c1684d5414c030.tar.bz2 gentoo-2-4ceb5ce50dbc09bd81170b14f8c1684d5414c030.zip |
added ~ppc64, bug #64102
-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 a340ad018a5c..47c25e7c15e4 100644 --- a/media-sound/id3ed/ChangeLog +++ b/media-sound/id3ed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/id3ed # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/ChangeLog,v 1.7 2004/09/14 16:35:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/ChangeLog,v 1.8 2004/09/26 04:10:22 tgall Exp $ + + 25 Sep 2004; Tom Gall <tgall@gentoo.org> id3ed-1.10.4.ebuild: + added ~ppc64, bug #64102 14 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> id3ed-1.10.4.ebuild: Stable amd64, sparc. diff --git a/media-sound/id3ed/id3ed-1.10.4.ebuild b/media-sound/id3ed/id3ed-1.10.4.ebuild index c6dd90e98bfc..28e538e6a698 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-2004 Gentoo Foundation # 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.11 2004/09/14 16:35:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/id3ed/id3ed-1.10.4.ebuild,v 1.12 2004/09/26 04:10:22 tgall Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://www.azstarnet.com/~donut/programs/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc amd64" +KEYWORDS="x86 ~ppc sparc amd64 ~ppc64" DEPEND="sys-libs/ncurses sys-libs/readline" |