summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-10-21 19:42:03 +0000
committerSteve Dibb <beandog@gentoo.org>2007-10-21 19:42:03 +0000
commit14c0f41469a27cd85ca9fd62ca71a61644652091 (patch)
tree8ef513844a110a0880c1b885b33731ff64d20614
parentamd64 stable (diff)
downloadgentoo-2-14c0f41469a27cd85ca9fd62ca71a61644652091.tar.gz
gentoo-2-14c0f41469a27cd85ca9fd62ca71a61644652091.tar.bz2
gentoo-2-14c0f41469a27cd85ca9fd62ca71a61644652091.zip
Add test restriction, amd64 stable
(Portage version: 2.1.3.15)
-rw-r--r--media-libs/flac/ChangeLog5
-rw-r--r--media-libs/flac/flac-1.2.1-r1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/media-libs/flac/ChangeLog b/media-libs/flac/ChangeLog
index 1418e0def621..88b08bc896c3 100644
--- a/media-libs/flac/ChangeLog
+++ b/media-libs/flac/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/flac
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.125 2007/10/21 16:10:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.126 2007/10/21 19:42:03 beandog Exp $
+
+ 21 Oct 2007; Steve Dibb <beandog@gentoo.org> flac-1.2.1-r1.ebuild:
+ Add test restriction, amd64 stable
21 Oct 2007; Markus Meier <maekke@gentoo.org> flac-1.2.1-r1.ebuild:
x86 stable, security bug #195700
diff --git a/media-libs/flac/flac-1.2.1-r1.ebuild b/media-libs/flac/flac-1.2.1-r1.ebuild
index b42ccdfced23..7937d904c04b 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.2 2007/10/21 16:10:20 maekke Exp $
+# $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 $
inherit autotools eutils
@@ -13,6 +13,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
IUSE="3dnow altivec debug doc ogg sse"
+RESTRICT="test"
+
RDEPEND="ogg? ( >=media-libs/libogg-1.1.3 )"
DEPEND="${RDEPEND}
x86? ( dev-lang/nasm )