summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-08-24 12:44:50 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-08-24 12:44:50 +0000
commit42a66940fb3ad3000e0ebe42416b2e0b680dc4cb (patch)
tree836e432c2584f132e04ed5cb18e138f208060559 /net-mail/pfqueue
parentInherit eutils. (diff)
downloadgentoo-2-42a66940fb3ad3000e0ebe42416b2e0b680dc4cb.tar.gz
gentoo-2-42a66940fb3ad3000e0ebe42416b2e0b680dc4cb.tar.bz2
gentoo-2-42a66940fb3ad3000e0ebe42416b2e0b680dc4cb.zip
Removed unnecessary RDEPEND definition. Stable on x86 and amd64.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-mail/pfqueue')
-rw-r--r--net-mail/pfqueue/ChangeLog6
-rw-r--r--net-mail/pfqueue/pfqueue-0.4.0.ebuild3
-rw-r--r--net-mail/pfqueue/pfqueue-0.4.1.ebuild3
-rw-r--r--net-mail/pfqueue/pfqueue-0.4.2.ebuild5
4 files changed, 9 insertions, 8 deletions
diff --git a/net-mail/pfqueue/ChangeLog b/net-mail/pfqueue/ChangeLog
index ee545ca4bd98..a5479a886b69 100644
--- a/net-mail/pfqueue/ChangeLog
+++ b/net-mail/pfqueue/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/pfqueue
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.22 2005/07/04 18:01:46 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/ChangeLog,v 1.23 2005/08/24 12:44:50 ticho Exp $
+
+ 24 Aug 2005; Andrej Kacian <ticho@gentoo.org> pfqueue-0.4.0.ebuild,
+ pfqueue-0.4.1.ebuild, pfqueue-0.4.2.ebuild:
+ Removed unnecessary RDEPEND definition. Stable on x86 and amd64.
*pfqueue-0.4.2 (04 Jul 2005)
diff --git a/net-mail/pfqueue/pfqueue-0.4.0.ebuild b/net-mail/pfqueue/pfqueue-0.4.0.ebuild
index 9feae77c98d5..c827e990e457 100644
--- a/net-mail/pfqueue/pfqueue-0.4.0.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.4.0.ebuild,v 1.2 2005/06/09 19:39:13 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.4.0.ebuild,v 1.3 2005/08/24 12:44:50 ticho Exp $
inherit eutils toolchain-funcs
@@ -15,7 +15,6 @@ IUSE=""
DEPEND="virtual/libc
sys-devel/libtool
sys-libs/ncurses"
-RDEPEND="${DEPEND}"
pkg_setup() {
if [ $(gcc-major-version) = 4 ] ; then
diff --git a/net-mail/pfqueue/pfqueue-0.4.1.ebuild b/net-mail/pfqueue/pfqueue-0.4.1.ebuild
index 312192f3afb1..a1a4c286c80f 100644
--- a/net-mail/pfqueue/pfqueue-0.4.1.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.4.1.ebuild,v 1.2 2005/06/19 12:18:27 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.4.1.ebuild,v 1.3 2005/08/24 12:44:50 ticho Exp $
inherit eutils toolchain-funcs
@@ -15,7 +15,6 @@ IUSE=""
DEPEND="virtual/libc
sys-devel/libtool
sys-libs/ncurses"
-RDEPEND="${DEPEND}"
src_compile() {
econf --libdir=/usr/$(get_libdir)/${PN} || die "econf failed"
diff --git a/net-mail/pfqueue/pfqueue-0.4.2.ebuild b/net-mail/pfqueue/pfqueue-0.4.2.ebuild
index 1147da18f819..67cf7909cf5e 100644
--- a/net-mail/pfqueue/pfqueue-0.4.2.ebuild
+++ b/net-mail/pfqueue/pfqueue-0.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.4.2.ebuild,v 1.1 2005/07/04 18:01:46 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/pfqueue/pfqueue-0.4.2.ebuild,v 1.2 2005/08/24 12:44:50 ticho Exp $
inherit eutils toolchain-funcs
@@ -10,12 +10,11 @@ HOMEPAGE="http://pfqueue.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="virtual/libc
sys-devel/libtool
sys-libs/ncurses"
-RDEPEND="${DEPEND}"
src_compile() {
econf --libdir=/usr/$(get_libdir)/${PN} || die "econf failed"