summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2014-03-22 18:14:49 +0000
committerChristoph Mende <angelos@gentoo.org>2014-03-22 18:14:49 +0000
commite5d786e61bcde2823403f4eb8f095c991e953a90 (patch)
treea072e17d8a8435dfe84bfc00fcec6a33222fc987 /app-text/pastebinit
parentRemove old. (diff)
downloadgentoo-2-e5d786e61bcde2823403f4eb8f095c991e953a90.tar.gz
gentoo-2-e5d786e61bcde2823403f4eb8f095c991e953a90.tar.bz2
gentoo-2-e5d786e61bcde2823403f4eb8f095c991e953a90.zip
Add missing REQUIRED_USE for python
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'app-text/pastebinit')
-rw-r--r--app-text/pastebinit/ChangeLog5
-rw-r--r--app-text/pastebinit/pastebinit-1.4.1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/app-text/pastebinit/ChangeLog b/app-text/pastebinit/ChangeLog
index 65218eb8043e..5997e5684b9e 100644
--- a/app-text/pastebinit/ChangeLog
+++ b/app-text/pastebinit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/pastebinit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v 1.7 2014/03/22 14:47:51 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v 1.8 2014/03/22 18:14:49 angelos Exp $
+
+ 22 Mar 2014; Christoph Mende <angelos@gentoo.org> pastebinit-1.4.1.ebuild:
+ Add missing REQUIRED_USE for python
*pastebinit-1.4.1 (22 Mar 2014)
diff --git a/app-text/pastebinit/pastebinit-1.4.1.ebuild b/app-text/pastebinit/pastebinit-1.4.1.ebuild
index b8eadfd1e9d5..4aceea2646ea 100644
--- a/app-text/pastebinit/pastebinit-1.4.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/pastebinit-1.4.1.ebuild,v 1.1 2014/03/22 14:47:51 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/pastebinit-1.4.1.ebuild,v 1.2 2014/03/22 18:14:49 angelos Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -18,6 +18,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="crypt"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
RDEPEND="${PYTHON_DEPS}
dev-python/configobj[${PYTHON_USEDEP}]
crypt? ( app-crypt/gnupg )"