summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-28 03:40:38 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-28 03:40:38 +0000
commit1d3c72f492c49b97ea98642513bb5d720f1fabf2 (patch)
treea2bee4009dc32df21c7dbc9d99fb5ed4aa6ecf1e /net-www/pound
parentremoving giftui-cvs from portage as net-p2p/giftui-0.4.1 is sufficient (diff)
downloadhistorical-1d3c72f492c49b97ea98642513bb5d720f1fabf2.tar.gz
historical-1d3c72f492c49b97ea98642513bb5d720f1fabf2.tar.bz2
historical-1d3c72f492c49b97ea98642513bb5d720f1fabf2.zip
QA - fix use invocation
Diffstat (limited to 'net-www/pound')
-rw-r--r--net-www/pound/ChangeLog5
-rw-r--r--net-www/pound/pound-1.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-www/pound/ChangeLog b/net-www/pound/ChangeLog
index 23c0a8dac423..771e88ffd6c7 100644
--- a/net-www/pound/ChangeLog
+++ b/net-www/pound/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/pound
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/pound/ChangeLog,v 1.8 2004/06/25 01:09:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/pound/ChangeLog,v 1.9 2004/06/28 03:38:10 agriffis Exp $
+
+ 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> pound-1.6.ebuild:
+ QA - fix use invocation
11 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> pound-1.7.ebuild:
Stable on alpha.
diff --git a/net-www/pound/pound-1.6.ebuild b/net-www/pound/pound-1.6.ebuild
index 7c3ff312d3f9..d6a5566df38f 100644
--- a/net-www/pound/pound-1.6.ebuild
+++ b/net-www/pound/pound-1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/pound/pound-1.6.ebuild,v 1.2 2004/06/25 01:09:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/pound/pound-1.6.ebuild,v 1.3 2004/06/28 03:38:10 agriffis Exp $
MY_P=${P/p/P}
@@ -22,7 +22,7 @@ src_compile() {
local myconf
## check for ssl-support:
- if [ "$(use ssl)" ]; then
+ if use ssl; then
myconf="${myconf} --with-ssl"
else
myconf="${myconf} --without-ssl"
@@ -30,7 +30,7 @@ src_compile() {
## TODO: how to handle the missing "syslog" USE-flag?
## check for syslog-support:
- #if [ "$(use syslog)" ]; then
+ #if use syslog; then
# myconf="${myconf} --with-log="
#else
# myconf="${myconf} --without-log"