diff options
author | Tom Gall <tgall@gentoo.org> | 2004-09-03 03:47:12 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-09-03 03:47:12 +0000 |
commit | 97e35ffb36c96421c4634cee90c10b62c87ea6d6 (patch) | |
tree | b4056dd1a332e972d72f95c3239b68d628021cf1 /media-libs/taglib | |
parent | stable on ppc64, bug #62333 (Manifest recommit) (diff) | |
download | gentoo-2-97e35ffb36c96421c4634cee90c10b62c87ea6d6.tar.gz gentoo-2-97e35ffb36c96421c4634cee90c10b62c87ea6d6.tar.bz2 gentoo-2-97e35ffb36c96421c4634cee90c10b62c87ea6d6.zip |
added ~ppc64, bug #62680
Diffstat (limited to 'media-libs/taglib')
-rw-r--r-- | media-libs/taglib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/taglib/taglib-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/taglib/ChangeLog b/media-libs/taglib/ChangeLog index 0c4c4526b24d..153067411d1e 100644 --- a/media-libs/taglib/ChangeLog +++ b/media-libs/taglib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/taglib # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.16 2004/08/12 22:23:27 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.17 2004/09/03 03:47:12 tgall Exp $ + + 02 Sep 2004; Tom Gall <tgall@gentoo.org> taglib-1.2.ebuild: + added ~ppc64, bug #62680 12 Aug 2004; Travis Tilley <lv@gentoo.org> taglib-1.1.ebuild: stable on amd64 diff --git a/media-libs/taglib/taglib-1.2.ebuild b/media-libs/taglib/taglib-1.2.ebuild index c50ef58ed95e..76e917928239 100644 --- a/media-libs/taglib/taglib-1.2.ebuild +++ b/media-libs/taglib/taglib-1.2.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-libs/taglib/taglib-1.2.ebuild,v 1.1 2004/08/03 13:13:50 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.2.ebuild,v 1.2 2004/09/03 03:47:12 tgall Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://developer.kde.org/~wheeler/files/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ppc ~sparc ~hppa ~amd64 ~alpha ~ia64" +KEYWORDS="~x86 ppc ~sparc ~hppa ~amd64 ~alpha ~ia64 ~ppc64" IUSE="debug" DEPEND=">=sys-devel/autoconf-2.58" |