diff options
Diffstat (limited to 'net-irc/irker/irker-2.11.ebuild')
-rw-r--r-- | net-irc/irker/irker-2.11.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-irc/irker/irker-2.11.ebuild b/net-irc/irker/irker-2.11.ebuild index 49fe02862dba..9b6fdbbae2e1 100644 --- a/net-irc/irker/irker-2.11.ebuild +++ b/net-irc/irker/irker-2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,8 +15,11 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="app-text/docbook-xml-dtd:4.1.2 +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.1.2 app-text/xmlto" src_prepare() { |