summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-23 21:50:18 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-23 22:58:22 +0200
commit225fe90c6aacb4afcb3a10ee60bf057d51aff3d9 (patch)
tree53af8a9b29c0a05c0a4177c9bbaf710e40e89087 /net-firewall/firewalld
parentnet-firewall/dshieldpy: [QA] Add missing python metadata variables (diff)
downloadgentoo-225fe90c6aacb4afcb3a10ee60bf057d51aff3d9.tar.gz
gentoo-225fe90c6aacb4afcb3a10ee60bf057d51aff3d9.tar.bz2
gentoo-225fe90c6aacb4afcb3a10ee60bf057d51aff3d9.zip
net-firewall/firewalld: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-firewall/firewalld')
-rw-r--r--net-firewall/firewalld/firewalld-0.4.3.3.ebuild15
1 files changed, 8 insertions, 7 deletions
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)"
}