diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-21 11:20:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-21 11:20:10 +0000 |
commit | c0435f96561a412bc6dfb60d2965acbf9386a9a8 (patch) | |
tree | 2a30e36eaa4f86805708684a50c221434825fd12 /media-libs/taglib | |
parent | Stable for amd64, wrt bug #451608 (diff) | |
download | gentoo-2-c0435f96561a412bc6dfb60d2965acbf9386a9a8.tar.gz gentoo-2-c0435f96561a412bc6dfb60d2965acbf9386a9a8.tar.bz2 gentoo-2-c0435f96561a412bc6dfb60d2965acbf9386a9a8.zip |
Stable for amd64, wrt bug #452968
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/taglib')
-rw-r--r-- | media-libs/taglib/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/taglib/taglib-1.8-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/taglib/ChangeLog b/media-libs/taglib/ChangeLog index 298190ec3a74..b832cbb98f76 100644 --- a/media-libs/taglib/ChangeLog +++ b/media-libs/taglib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/taglib -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.135 2012/12/26 11:24:37 polynomial-c Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.136 2013/01/21 11:20:10 ago Exp $ + + 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> taglib-1.8-r1.ebuild: + Stable for amd64, wrt bug #452968 *taglib-1.8-r1 (26 Dec 2012) diff --git a/media-libs/taglib/taglib-1.8-r1.ebuild b/media-libs/taglib/taglib-1.8-r1.ebuild index d345fbd52c88..d05b3574d3bf 100644 --- a/media-libs/taglib/taglib-1.8-r1.ebuild +++ b/media-libs/taglib/taglib-1.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.8-r1.ebuild,v 1.1 2012/12/26 11:24:37 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.8-r1.ebuild,v 1.2 2013/01/21 11:20:10 ago Exp $ EAPI=4 CMAKE_IN_SOURCE_BUILD=1 @@ -11,7 +11,7 @@ HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1 MPL-1.1" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" SLOT="0" IUSE="+asf debug examples +mp4 test" |