diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-05-14 14:40:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-05-14 14:40:19 +0000 |
commit | 04262cddd8252e7e5a0322b84622d2f8c11a41a7 (patch) | |
tree | 5c9076ae8fc63f9468169d981d68aa06498021dd | |
parent | Stable for sparc, wrt bug #506816 (diff) | |
download | gentoo-2-04262cddd8252e7e5a0322b84622d2f8c11a41a7.tar.gz gentoo-2-04262cddd8252e7e5a0322b84622d2f8c11a41a7.tar.bz2 gentoo-2-04262cddd8252e7e5a0322b84622d2f8c11a41a7.zip |
Stable for sparc, wrt bug #507006
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
-rw-r--r-- | media-libs/flac/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/flac/flac-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/flac/ChangeLog b/media-libs/flac/ChangeLog index dd152de2485b..9e870c4f9d68 100644 --- a/media-libs/flac/ChangeLog +++ b/media-libs/flac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/flac # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.176 2014/05/13 14:46:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.177 2014/05/14 14:40:19 ago Exp $ + + 14 May 2014; Agostino Sarubbo <ago@gentoo.org> flac-1.3.0.ebuild: + Stable for sparc, wrt bug #507006 13 May 2014; Agostino Sarubbo <ago@gentoo.org> flac-1.3.0.ebuild: Stable for ia64, wrt bug #507006 diff --git a/media-libs/flac/flac-1.3.0.ebuild b/media-libs/flac/flac-1.3.0.ebuild index 6e204d1e8a07..54e43ac28e7a 100644 --- a/media-libs/flac/flac-1.3.0.ebuild +++ b/media-libs/flac/flac-1.3.0.ebuild @@ -1,6 +1,6 @@ # 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.3.0.ebuild,v 1.11 2014/05/13 14:46:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.0.ebuild,v 1.12 2014/05/14 14:40:19 ago Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 @@ -14,7 +14,7 @@ SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.xz" 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[${MULTILIB_USEDEP}] ) |