summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2010-09-13 06:28:01 +0000
committerJoshua Kinard <kumba@gentoo.org>2010-09-13 06:28:01 +0000
commit2a84ec30d8078fa9e2ad2924a681b2de74367c37 (patch)
treea197bd10990e202611dc2111f7ce4f051152eb8f /net-firewall/fwbuilder/fwbuilder-4.0.1.ebuild
parentEAPI=3 (diff)
downloadgentoo-2-2a84ec30d8078fa9e2ad2924a681b2de74367c37.tar.gz
gentoo-2-2a84ec30d8078fa9e2ad2924a681b2de74367c37.tar.bz2
gentoo-2-2a84ec30d8078fa9e2ad2924a681b2de74367c37.zip
Removed the mktemp patch from 4.0.1-r1 (solves #329177) and introduced a new upstream release, 4.1.1. Both also include a fix to include the system LDFLAGS value into the build (solves #335221). Per repoman, changed all the ebuilds to use the qt4-r2 eclass over the deprecated qt4 eclass.
(Portage version: 2.1.9.4/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/fwbuilder/fwbuilder-4.0.1.ebuild')
-rw-r--r--net-firewall/fwbuilder/fwbuilder-4.0.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/fwbuilder/fwbuilder-4.0.1.ebuild b/net-firewall/fwbuilder/fwbuilder-4.0.1.ebuild
index c4051263aefe..1a3805772478 100644
--- a/net-firewall/fwbuilder/fwbuilder-4.0.1.ebuild
+++ b/net-firewall/fwbuilder/fwbuilder-4.0.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-4.0.1.ebuild,v 1.1 2010/06/05 22:42:19 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/fwbuilder/fwbuilder-4.0.1.ebuild,v 1.2 2010/09/13 06:28:01 kumba Exp $
EAPI="2"
-inherit eutils qt4 multilib autotools
+inherit eutils qt4-r2 multilib autotools
DESCRIPTION="A firewall GUI"
HOMEPAGE="http://www.fwbuilder.org/"
@@ -24,7 +24,7 @@ DEPEND="~net-libs/libfwbuilder-${PV}
RDEPEND="${DEPEND}"
src_prepare() {
- qt4_src_prepare
+ qt4-r2_src_prepare
epatch "${FILESDIR}/${PV}-secure-mktemp.patch"
eautoreconf || die "eautoreconf failed"