diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-07 05:35:16 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-07 05:35:16 +0000 |
commit | 3f3b747be567f060066bc7936dfdb0de3b9839d9 (patch) | |
tree | 69c07a6efb0de63405cf7e7f30a27d430445019a /media-libs | |
parent | Add "examples" USE flag (bug #280585). (diff) | |
download | gentoo-2-3f3b747be567f060066bc7936dfdb0de3b9839d9.tar.gz gentoo-2-3f3b747be567f060066bc7936dfdb0de3b9839d9.tar.bz2 gentoo-2-3f3b747be567f060066bc7936dfdb0de3b9839d9.zip |
stable x86, security bug 280590
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index 366e933a4d53..3844d7056830 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libvorbis # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.119 2009/07/22 22:29:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.120 2009/08/07 05:35:16 fauli Exp $ + + 07 Aug 2009; Christian Faulhammer <fauli@gentoo.org> + libvorbis-1.2.3.ebuild: + stable x86, security bug 280590 22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> libvorbis-1.2.3.ebuild: Compile test/ only if "make check" is called. Compile examples/ only if diff --git a/media-libs/libvorbis/libvorbis-1.2.3.ebuild b/media-libs/libvorbis/libvorbis-1.2.3.ebuild index 96ae8fad3801..ef986233933a 100644 --- a/media-libs/libvorbis/libvorbis-1.2.3.ebuild +++ b/media-libs/libvorbis/libvorbis-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.3.ebuild,v 1.2 2009/07/22 22:16:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.2.3.ebuild,v 1.3 2009/08/07 05:35:16 fauli Exp $ EAPI=2 MY_P=${P/_} @@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz" LICENSE="BSD" 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="doc" RDEPEND="media-libs/libogg" |