diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 23:03:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 23:03:16 +0000 |
commit | 4a93e74d408c40b5bf425aea634e58afa985848e (patch) | |
tree | 6a888ce7664b41177cc58c30026fdc70a45f5bed /media-libs/libogg | |
parent | version bump, use `python setup.py test` to run the tests (diff) | |
download | gentoo-2-4a93e74d408c40b5bf425aea634e58afa985848e.tar.gz gentoo-2-4a93e74d408c40b5bf425aea634e58afa985848e.tar.bz2 gentoo-2-4a93e74d408c40b5bf425aea634e58afa985848e.zip |
Drop all keywords but ~amd64 to avoid breaking the deptree with emul-linux stuff and avoid users hitting failures because of bug #474920
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/libogg')
-rw-r--r-- | media-libs/libogg/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libogg/libogg-1.3.1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/libogg/ChangeLog b/media-libs/libogg/ChangeLog index a9ecbd3e5d05..2ca542f7d5bc 100644 --- a/media-libs/libogg/ChangeLog +++ b/media-libs/libogg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libogg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.93 2013/06/26 17:48:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.94 2013/06/27 23:03:16 aballier Exp $ + + 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> libogg-1.3.1.ebuild: + Drop all keywords but ~amd64 to avoid breaking the deptree with emul-linux + stuff and avoid users hitting failures because of bug #474920 26 Jun 2013; Alexis Ballier <aballier@gentoo.org> -libogg-1.3.0-r1.ebuild, libogg-1.3.1.ebuild: diff --git a/media-libs/libogg/libogg-1.3.1.ebuild b/media-libs/libogg/libogg-1.3.1.ebuild index 8a78cebdbe8e..24b2414af3be 100644 --- a/media-libs/libogg/libogg-1.3.1.ebuild +++ b/media-libs/libogg/libogg-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.3.1.ebuild,v 1.2 2013/06/26 17:48:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.3.1.ebuild,v 1.3 2013/06/27 23:03:16 aballier Exp $ EAPI=5 inherit autotools-multilib @@ -11,7 +11,9 @@ SRC_URI="http://downloads.xiph.org/releases/ogg/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64" +# restore when bug #474920 is fixed +# ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" RDEPEND=" |