diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-11-22 18:30:52 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-11-23 21:49:05 +0100 |
commit | 92703cae06bcaa87658bcea53bcff7e6db451d7d (patch) | |
tree | 88b0a291be27d56d1148914d36d851890222a2b1 /net-firewall/fwbuilder | |
parent | sys-block/thin-provisioning-tools: Bump to v0.7.5 (diff) | |
download | gentoo-92703cae06bcaa87658bcea53bcff7e6db451d7d.tar.gz gentoo-92703cae06bcaa87658bcea53bcff7e6db451d7d.tar.bz2 gentoo-92703cae06bcaa87658bcea53bcff7e6db451d7d.zip |
net-firewall/fwbuilder: [QA] Remove call to validate_desktop_entries.
This function is deprecated since a long time.
Bug: https://bugs.gentoo.org/612306
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'net-firewall/fwbuilder')
-rw-r--r-- | net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild b/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild index beadb373cea3..a43be83fccbc 100644 --- a/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild +++ b/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -45,8 +45,6 @@ src_install() { } pkg_postinst() { - validate_desktop_entries - elog "You need to emerge sys-apps/iproute2 on the machine" elog "that will run the firewall script." } diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild index 9ae8b3f7a8a1..153671b7ee5b 100644 --- a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild +++ b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild @@ -38,8 +38,6 @@ src_install() { } pkg_postinst() { - validate_desktop_entries - elog "You need to emerge sys-apps/iproute2" elog "in order to run the firewall script." } |