From: David Seifert Date: Sun, 23 Apr 2017 19:50:18 +0000 (+0200) Subject: net-firewall/firewalld: [QA] Add missing python metadata variables X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=225fe90c6aacb4afcb3a10ee60bf057d51aff3d9;p=gentoo.git net-firewall/firewalld: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild b/net-firewall/firewalld/firewalld-0.4.3.3.ebuild index f785879fc5f4..9256aa6700aa 100644 --- a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild +++ b/net-firewall/firewalld/firewalld-0.4.3.3.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 @@ -16,6 +16,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" IUSE="gui" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/dbus-python[${PYTHON_USEDEP}] @@ -49,12 +50,12 @@ src_configure() { econf \ --enable-systemd \ - --with-iptables="${EROOT}/sbin/iptables" \ - --with-ip6tables="${EROOT}/sbin/ip6tables" \ - --with-iptables_restore="${EROOT}/sbin/iptables-restore" \ - --with-ip6tables_restore="${EROOT}/sbin/ip6tables-restore" \ - --with-ebtables="${EROOT}/sbin/ebtables" \ - --with-ebtables_restore="${EROOT}/sbin/ebtables-restore" \ + --with-iptables="${EPREFIX}/sbin/iptables" \ + --with-ip6tables="${EPREFIX}/sbin/ip6tables" \ + --with-iptables_restore="${EPREFIX}/sbin/iptables-restore" \ + --with-ip6tables_restore="${EPREFIX}/sbin/ip6tables-restore" \ + --with-ebtables="${EPREFIX}/sbin/ebtables" \ + --with-ebtables_restore="${EPREFIX}/sbin/ebtables-restore" \ "$(systemd_with_unitdir 'systemd-unitdir')" \ --with-bashcompletiondir="$(get_bashcompdir)" }