diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-26 13:18:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-26 13:18:50 +0000 |
commit | 90f4b59b0e88c159f5c13b8f8295c8c4083cd97c (patch) | |
tree | 43c593812184db7d0a434d54d154ec4d32a8d3da /media-libs | |
parent | Stable for HPPA (bug #260199). (diff) | |
download | gentoo-2-90f4b59b0e88c159f5c13b8f8295c8c4083cd97c.tar.gz gentoo-2-90f4b59b0e88c159f5c13b8f8295c8c4083cd97c.tar.bz2 gentoo-2-90f4b59b0e88c159f5c13b8f8295c8c4083cd97c.zip |
amd64 stable wrt #290487
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/taglib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/taglib/taglib-1.6.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-libs/taglib/ChangeLog b/media-libs/taglib/ChangeLog index 6eaa6b0c5d82..fba680df0d6a 100644 --- a/media-libs/taglib/ChangeLog +++ b/media-libs/taglib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/taglib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.71 2009/10/17 07:57:58 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.72 2009/10/26 13:18:50 ssuominen Exp $ + + 26 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> taglib-1.6.ebuild: + amd64 stable wrt #290487 17 Oct 2009; Markus Meier <maekke@gentoo.org> metadata.xml: remove static-libs description as it is global now diff --git a/media-libs/taglib/taglib-1.6.ebuild b/media-libs/taglib/taglib-1.6.ebuild index 99d8677d5149..0b22de570efa 100644 --- a/media-libs/taglib/taglib-1.6.ebuild +++ b/media-libs/taglib/taglib-1.6.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.6.ebuild,v 1.1 2009/10/02 00:40:21 jmbsvicetto Exp $ - -EAPI="2" +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.6.ebuild,v 1.2 2009/10/26 13:18:50 ssuominen Exp $ +EAPI=2 inherit base DESCRIPTION="A library for reading and editing audio meta data" @@ -11,7 +10,7 @@ HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" SRC_URI="http://developer.kde.org/~wheeler/files/src/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" SLOT="0" IUSE="debug examples static-libs test" |