diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-06-23 16:04:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-06-23 16:04:47 +0000 |
commit | a1f6e58156d33b3791bfa3315c670b832f070e35 (patch) | |
tree | 83750811f49faf8f20ef6dad1886dedad2a4faa4 /media-libs | |
parent | Mask sys-apps/systemd[audit] due to masked >=sys-process/audit-2. (diff) | |
download | gentoo-2-a1f6e58156d33b3791bfa3315c670b832f070e35.tar.gz gentoo-2-a1f6e58156d33b3791bfa3315c670b832f070e35.tar.bz2 gentoo-2-a1f6e58156d33b3791bfa3315c670b832f070e35.zip |
parallel install has been fixed upstream, remove workaround, bug #323805
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvpx/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog index 4874ba3fbaa4..35dcd14dd63a 100644 --- a/media-libs/libvpx/ChangeLog +++ b/media-libs/libvpx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.23 2011/06/23 13:28:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.24 2011/06/23 16:04:47 aballier Exp $ + + 23 Jun 2011; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild: + parallel install has been fixed upstream, remove workaround, bug #323805 23 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libvpx-0.9.6.ebuild: x86 stable wrt security bug #365273 diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild index 7b91dcbb7715..47ded078398c 100644 --- a/media-libs/libvpx/libvpx-9999.ebuild +++ b/media-libs/libvpx/libvpx-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.11 2011/06/22 16:09:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.12 2011/06/23 16:04:47 aballier Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -61,8 +61,7 @@ src_configure() { } src_install() { - # http://bugs.gentoo.org/show_bug.cgi?id=323805 - emake -j1 DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS CHANGELOG README || die } |