summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2013-05-07 17:30:59 +0000
committerIan Whyman <thev00d00@gentoo.org>2013-05-07 17:30:59 +0000
commit6cab5886946162cd6f0b838b8bf19565fe168090 (patch)
tree04cfc041c44350f8830b2b274a017c125b1ef3e3
parentDepend on setuptools, and add some migration code for 0.13.1-r1. Bug 468702 b... (diff)
downloadgentoo-2-6cab5886946162cd6f0b838b8bf19565fe168090.tar.gz
gentoo-2-6cab5886946162cd6f0b838b8bf19565fe168090.tar.bz2
gentoo-2-6cab5886946162cd6f0b838b8bf19565fe168090.zip
Add missing inherit
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r--media-video/handbrake/handbrake-0.9.9_pre5441.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild b/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild
index 58137dee6eb1..8fe75244ea5d 100644
--- a/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild
+++ b/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild,v 1.3 2013/05/07 17:26:23 thev00d00 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/handbrake/handbrake-0.9.9_pre5441.ebuild,v 1.4 2013/05/07 17:30:59 thev00d00 Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{5,6,7} )
-inherit eutils gnome2-utils python-any-r1
+inherit autotools eutils gnome2-utils python-any-r1
if [[ ${PV} = *9999* ]]; then
ESVN_REPO_URI="svn://svn.handbrake.fr/HandBrake/trunk"