diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-10-21 19:52:27 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-10-21 19:52:27 +0000 |
commit | 442c422b2ce1133ed6b18bb0ce88640871fd1b32 (patch) | |
tree | 481cae3c760ccd7c755dec78ac38ed6116e54739 /media-libs | |
parent | Add test restriction, amd64 stable (diff) | |
download | gentoo-2-442c422b2ce1133ed6b18bb0ce88640871fd1b32.tar.gz gentoo-2-442c422b2ce1133ed6b18bb0ce88640871fd1b32.tar.bz2 gentoo-2-442c422b2ce1133ed6b18bb0ce88640871fd1b32.zip |
amd64 stable
(Portage version: 2.1.3.15)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/flac/flac-1.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/flac/flac-1.2.1-r1.ebuild b/media-libs/flac/flac-1.2.1-r1.ebuild index 7937d904c04b..acca271e899a 100644 --- a/media-libs/flac/flac-1.2.1-r1.ebuild +++ b/media-libs/flac/flac-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r1.ebuild,v 1.3 2007/10/21 19:42:03 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.2.1-r1.ebuild,v 1.4 2007/10/21 19:52:27 beandog Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="3dnow altivec debug doc ogg sse" RESTRICT="test" |