diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 09:30:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 09:30:23 +0000 |
commit | b8635672cc529c0de8970b5ea824fdd2e71e0b7d (patch) | |
tree | 41e75f1aabaf672b637f3d1698bacf164b11aae0 | |
parent | Stable for alpha, wrt bug #532686 (diff) | |
download | gentoo-2-b8635672cc529c0de8970b5ea824fdd2e71e0b7d.tar.gz gentoo-2-b8635672cc529c0de8970b5ea824fdd2e71e0b7d.tar.bz2 gentoo-2-b8635672cc529c0de8970b5ea824fdd2e71e0b7d.zip |
Stable for alpha, wrt bug #530288
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
-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 c317a8a555bf..f6487510a43c 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.191 2014/12/12 09:10:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.192 2014/12/23 09:30:23 ago Exp $ + + 23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> flac-1.3.1-r1.ebuild: + Stable for alpha, wrt bug #530288 12 Dec 2014; Agostino Sarubbo <ago@gentoo.org> flac-1.3.1-r1.ebuild: Stable for x86, wrt bug #530288 diff --git a/media-libs/flac/flac-1.3.1-r1.ebuild b/media-libs/flac/flac-1.3.1-r1.ebuild index 4b7de882f8ea..dceef2ead6eb 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.10 2014/12/12 09:10:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v 1.11 2014/12/23 09:30:23 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}] ) |