diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-02-11 19:28:21 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-02-11 19:28:21 +0000 |
commit | f03d7c2c90f32fdb24a4a46a5397a9b9312b3d65 (patch) | |
tree | 06b8344fcdf00254ff42c4f56340f968d4e584b3 /media-libs/flac | |
parent | Stable for HPPA (bug #474154). (diff) | |
download | gentoo-2-f03d7c2c90f32fdb24a4a46a5397a9b9312b3d65.tar.gz gentoo-2-f03d7c2c90f32fdb24a4a46a5397a9b9312b3d65.tar.bz2 gentoo-2-f03d7c2c90f32fdb24a4a46a5397a9b9312b3d65.zip |
Stable for HPPA (bug #450814).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'media-libs/flac')
-rw-r--r-- | media-libs/flac/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/flac/flac-1.2.1-r4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/flac/ChangeLog b/media-libs/flac/ChangeLog index ede649fc1bfc..320085b6f451 100644 --- a/media-libs/flac/ChangeLog +++ b/media-libs/flac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/flac -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.159 2013/12/02 23:31:57 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.160 2014/02/11 19:28:21 jer Exp $ + + 11 Feb 2014; Jeroen Roovers <jer@gentoo.org> flac-1.2.1-r4.ebuild: + Stable for HPPA (bug #450814). 02 Dec 2013; Tim Harder <radhermit@gentoo.org> flac-1.2.1-r3.ebuild, flac-1.2.1-r4.ebuild, flac-1.2.1-r5.ebuild, flac-1.3.0.ebuild: diff --git a/media-libs/flac/flac-1.2.1-r4.ebuild b/media-libs/flac/flac-1.2.1-r4.ebuild index fa279d2715c8..9c2c27a36614 100644 --- a/media-libs/flac/flac-1.2.1-r4.ebuild +++ b/media-libs/flac/flac-1.2.1-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.2.1-r4.ebuild,v 1.5 2013/12/02 23:31:57 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.2.1-r4.ebuild,v 1.6 2014/02/11 19:28:21 jer Exp $ EAPI=2 inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="3dnow altivec +cxx debug ogg sse static-libs" RDEPEND="ogg? ( >=media-libs/libogg-1.1.3 )" |