diff options
-rw-r--r-- | app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild index cdb8dfcf1522..e68bcf0944a4 100644 --- a/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild +++ b/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,9 +15,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="X" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="" -RDEPEND="X? ( >=net-misc/x11-ssh-askpass-1.2.2 )" +RDEPEND=" + ${PYTHON_DEPS} + X? ( >=net-misc/x11-ssh-askpass-1.2.2 )" src_prepare() { python_fix_shebang . |