summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-04-07 16:13:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-04-07 16:13:43 +0000
commit7bd3a6e5c30dc5fd5905e0081994d78fc3f5dd16 (patch)
tree2c520d66b58e85c460d884952de4bf7940d7dc0c /media-video
parentsys-kernel/aufs-sources: Bump to latest aufs3, linux and genpatch release (diff)
downloadgentoo-2-7bd3a6e5c30dc5fd5905e0081994d78fc3f5dd16.tar.gz
gentoo-2-7bd3a6e5c30dc5fd5905e0081994d78fc3f5dd16.tar.bz2
gentoo-2-7bd3a6e5c30dc5fd5905e0081994d78fc3f5dd16.zip
Use PYTHON_REQUIRED_USE.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subdl/ChangeLog7
-rw-r--r--media-video/subdl/subdl-1.0.3.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/media-video/subdl/ChangeLog b/media-video/subdl/ChangeLog
index bfe14fe97eb1..d86a0f2afd18 100644
--- a/media-video/subdl/ChangeLog
+++ b/media-video/subdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/subdl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subdl/ChangeLog,v 1.3 2013/08/11 10:24:45 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/subdl/ChangeLog,v 1.4 2014/04/07 16:13:43 ssuominen Exp $
+
+ 07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> subdl-1.0.3.ebuild:
+ Use PYTHON_REQUIRED_USE.
11 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> subdl-1.0.3.ebuild:
Use python-single-r1.eclass (instead of the deprecated python.eclass)
diff --git a/media-video/subdl/subdl-1.0.3.ebuild b/media-video/subdl/subdl-1.0.3.ebuild
index 17a87db67e2e..bc9b0f696d87 100644
--- a/media-video/subdl/subdl-1.0.3.ebuild
+++ b/media-video/subdl/subdl-1.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subdl/subdl-1.0.3.ebuild,v 1.2 2013/08/11 10:24:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/subdl/subdl-1.0.3.ebuild,v 1.3 2014/04/07 16:13:43 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -19,6 +19,8 @@ RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
app-arch/unzip"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
S=${WORKDIR}
src_prepare() {