diff options
author | Markus Meier <maekke@gentoo.org> | 2014-04-18 05:39:24 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-04-18 05:39:24 +0000 |
commit | 52fee365a4d6fcebb786eb39f51f37ba66e75d32 (patch) | |
tree | ec80bb0e7212b3ad465fa91936afec5c6f282584 /media-libs/flac/flac-1.3.0.ebuild | |
parent | arm stable, bug #506974 (diff) | |
download | gentoo-2-52fee365a4d6fcebb786eb39f51f37ba66e75d32.tar.gz gentoo-2-52fee365a4d6fcebb786eb39f51f37ba66e75d32.tar.bz2 gentoo-2-52fee365a4d6fcebb786eb39f51f37ba66e75d32.zip |
arm stable, bug #507006
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'media-libs/flac/flac-1.3.0.ebuild')
-rw-r--r-- | media-libs/flac/flac-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/flac/flac-1.3.0.ebuild b/media-libs/flac/flac-1.3.0.ebuild index 9270148d89f2..1f41fc56d523 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.4 2014/04/08 13:31:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.0.ebuild,v 1.5 2014/04/18 05:39:24 maekke 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}] ) |