summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-01 16:16:28 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-01 16:16:28 +0000
commit62428a692674199594a00d6dbcd798b50cdb5dac (patch)
tree1435b18343b47fa82cb28c817e5d816ed07da2e0
parentGive a subslot even to -9999 and update soname (diff)
downloadgentoo-2-62428a692674199594a00d6dbcd798b50cdb5dac.tar.gz
gentoo-2-62428a692674199594a00d6dbcd798b50cdb5dac.tar.bz2
gentoo-2-62428a692674199594a00d6dbcd798b50cdb5dac.zip
inherit eutils for the x32 patch
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r--media-libs/x264/ChangeLog5
-rw-r--r--media-libs/x264/x264-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/x264/ChangeLog b/media-libs/x264/ChangeLog
index d791b1a56ce1..f6c67f56b31f 100644
--- a/media-libs/x264/ChangeLog
+++ b/media-libs/x264/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/x264
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.91 2013/08/01 16:14:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.92 2013/08/01 16:16:28 aballier Exp $
+
+ 01 Aug 2013; Alexis Ballier <aballier@gentoo.org> x264-9999.ebuild:
+ inherit eutils for the x32 patch
01 Aug 2013; Alexis Ballier <aballier@gentoo.org> x264-9999.ebuild:
Give a subslot even to -9999 and update soname
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
index 322aebca5fe7..b38eee523b0b 100644
--- a/media-libs/x264/x264-9999.ebuild
+++ b/media-libs/x264/x264-9999.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.10 2013/08/01 16:14:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-9999.ebuild,v 1.11 2013/08/01 16:16:28 aballier Exp $
EAPI=5
-inherit flag-o-matic multilib toolchain-funcs
+inherit flag-o-matic multilib toolchain-funcs eutils
DESCRIPTION="A free library for encoding X264/AVC streams"
HOMEPAGE="http://www.videolan.org/developers/x264.html"