summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-10 19:32:25 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-10 19:32:25 +0000
commitaa53f6902660111a4904f4090257818e1c3151c9 (patch)
tree4dcabfa57b1455992a51d84d27ce6b68c2ad6d6a /net-im/pork
parentstablize on x86/ppc (diff)
downloadhistorical-aa53f6902660111a4904f4090257818e1c3151c9.tar.gz
historical-aa53f6902660111a4904f4090257818e1c3151c9.tar.bz2
historical-aa53f6902660111a4904f4090257818e1c3151c9.zip
Fix use invocation
Diffstat (limited to 'net-im/pork')
-rw-r--r--net-im/pork/ChangeLog6
-rw-r--r--net-im/pork/pork-0.99.1.ebuild4
-rw-r--r--net-im/pork/pork-0.99.2.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/pork/ChangeLog b/net-im/pork/ChangeLog
index 0c248de9bf2b..b8ebfbc359ad 100644
--- a/net-im/pork/ChangeLog
+++ b/net-im/pork/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/pork
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.15 2004/04/29 04:30:39 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/ChangeLog,v 1.16 2004/06/10 19:29:10 agriffis Exp $
+
+ 10 Jun 2004; Aron Griffis <agriffis@gentoo.org> pork-0.99.1.ebuild,
+ pork-0.99.2.ebuild:
+ Fix use invocation
28 Apr 2004; Jason Wever <weeve@gentoo.org> pork-0.99.2.ebuild:
~sparc, it does an ebuild good.
diff --git a/net-im/pork/pork-0.99.1.ebuild b/net-im/pork/pork-0.99.1.ebuild
index de7c749de7ff..4d0529e468f8 100644
--- a/net-im/pork/pork-0.99.1.ebuild
+++ b/net-im/pork/pork-0.99.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.1.ebuild,v 1.4 2004/04/26 04:46:37 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.1.ebuild,v 1.5 2004/06/10 19:29:10 agriffis Exp $
IUSE=""
@@ -17,7 +17,7 @@ DEPEND="perl? ( dev-lang/perl )
src_compile() {
local myconf=""
- [ `use perl` ] || myconf="${myconf} --disable-perl"
+ use perl || myconf="${myconf} --disable-perl"
einfo "Configure options: ${myconf}"
econf ${myconf} || die "econf failed"
emake
diff --git a/net-im/pork/pork-0.99.2.ebuild b/net-im/pork/pork-0.99.2.ebuild
index d30e82280aa7..195b236d54b9 100644
--- a/net-im/pork/pork-0.99.2.ebuild
+++ b/net-im/pork/pork-0.99.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.2.ebuild,v 1.4 2004/04/29 04:30:39 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.2.ebuild,v 1.5 2004/06/10 19:29:10 agriffis Exp $
IUSE=""
@@ -17,7 +17,7 @@ DEPEND="perl? ( dev-lang/perl )
src_compile() {
local myconf=""
- [ `use perl` ] || myconf="${myconf} --disable-perl"
+ use perl || myconf="${myconf} --disable-perl"
einfo "Configure options: ${myconf}"
econf ${myconf} || die "econf failed"
emake