diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-05-16 16:35:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-05-16 16:35:18 +0000 |
commit | 8067d0fcd05ed6274dc49b58a60cf8e942009539 (patch) | |
tree | a16dfc22406c9f29ae71c9e91889e183a077af48 /media-libs/taglib | |
parent | Stable for HPPA (bug #416281). (diff) | |
download | gentoo-2-8067d0fcd05ed6274dc49b58a60cf8e942009539.tar.gz gentoo-2-8067d0fcd05ed6274dc49b58a60cf8e942009539.tar.bz2 gentoo-2-8067d0fcd05ed6274dc49b58a60cf8e942009539.zip |
Stable for HPPA (bug #416143).
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/taglib')
-rw-r--r-- | media-libs/taglib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/taglib/taglib-1.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/taglib/ChangeLog b/media-libs/taglib/ChangeLog index ce23719c5ec1..1c560fb414a4 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.124 2012/05/15 18:27:20 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.125 2012/05/16 16:35:18 jer Exp $ + + 16 May 2012; Jeroen Roovers <jer@gentoo.org> taglib-1.7.2.ebuild: + Stable for HPPA (bug #416143). 15 May 2012; Michael Palimaka <kensington@gentoo.org> taglib-1.7.2.ebuild: Actually run tests when enabled. Fixes bug #415299 by Matt Turner diff --git a/media-libs/taglib/taglib-1.7.2.ebuild b/media-libs/taglib/taglib-1.7.2.ebuild index 7a67023db0eb..fecafc9bd282 100644 --- a/media-libs/taglib/taglib-1.7.2.ebuild +++ b/media-libs/taglib/taglib-1.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.7.2.ebuild,v 1.2 2012/05/15 18:27:20 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.7.2.ebuild,v 1.3 2012/05/16 16:35:18 jer Exp $ EAPI=4 CMAKE_IN_SOURCE_BUILD=1 @@ -11,7 +11,7 @@ HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html" SRC_URI="http://developer.kde.org/~wheeler/files/src/${P}.tar.gz" LICENSE="LGPL-2 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" |