diff options
author | 2014-12-01 09:16:29 +0000 | |
---|---|---|
committer | 2014-12-01 09:16:29 +0000 | |
commit | eb4cfb664388289f6b46f2e08e50037358aa715c (patch) | |
tree | 93f2382c9ad4f5f9dab7af3628eb39058449f86f /media-libs | |
parent | Stable for sparc, wrt bug #530958 (diff) | |
download | gentoo-2-eb4cfb664388289f6b46f2e08e50037358aa715c.tar.gz gentoo-2-eb4cfb664388289f6b46f2e08e50037358aa715c.tar.bz2 gentoo-2-eb4cfb664388289f6b46f2e08e50037358aa715c.zip |
Stable for sparc, wrt bug #530288
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/flac/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/flac/flac-1.3.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/flac/ChangeLog b/media-libs/flac/ChangeLog index 1e9ba9f4598f..ebeaa2b03035 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.184 2014/11/29 20:02:16 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.185 2014/12/01 09:16:29 ago Exp $ + + 01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> flac-1.3.1-r1.ebuild: + Stable for sparc, wrt bug #530288 29 Nov 2014; Christoph Junghans <ottxor@gentoo.org> flac-1.3.1-r1.ebuild: added prefix keywords diff --git a/media-libs/flac/flac-1.3.1-r1.ebuild b/media-libs/flac/flac-1.3.1-r1.ebuild index 85035aea2707..ca52f9811f3e 100644 --- a/media-libs/flac/flac-1.3.1-r1.ebuild +++ b/media-libs/flac/flac-1.3.1-r1.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.1-r1.ebuild,v 1.3 2014/11/29 20:02:16 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v 1.4 2014/12/01 09:16:29 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="altivec +cxx debug ogg sse static-libs" RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] ) |