diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-11-10 19:07:51 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-11-10 19:07:51 +0000 |
commit | f06ed8e464135a56a74ffb882cf8f3385782ed74 (patch) | |
tree | e602ba1265869ed66c5626008aca79ec58191845 /net-analyzer | |
parent | Fixed bug #70683. (diff) | |
download | historical-f06ed8e464135a56a74ffb882cf8f3385782ed74.tar.gz historical-f06ed8e464135a56a74ffb882cf8f3385782ed74.tar.bz2 historical-f06ed8e464135a56a74ffb882cf8f3385782ed74.zip |
Minor useflag usage fix.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/piwi/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/piwi/Manifest | 18 | ||||
-rw-r--r-- | net-analyzer/piwi/piwi-0.8.0.20031109-r3.ebuild | 4 |
3 files changed, 15 insertions, 12 deletions
diff --git a/net-analyzer/piwi/ChangeLog b/net-analyzer/piwi/ChangeLog index 045ff024a665..6fea5751e16c 100644 --- a/net-analyzer/piwi/ChangeLog +++ b/net-analyzer/piwi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/piwi # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/ChangeLog,v 1.18 2004/09/06 18:58:36 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/ChangeLog,v 1.19 2004/11/10 19:07:51 eldad Exp $ + + 10 Nov 2004; Eldad Zack <eldad@gentoo.org> piwi-0.8.0.20031109-r3.ebuild: + Minor useflag usage fix. 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> piwi-0.8.0.20031109-r2.ebuild, piwi-0.8.0.20031109-r3.ebuild: diff --git a/net-analyzer/piwi/Manifest b/net-analyzer/piwi/Manifest index 21e4db52d9f4..36fe2a233ed6 100644 --- a/net-analyzer/piwi/Manifest +++ b/net-analyzer/piwi/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 54983bccb1379dd422de24ab18420cef ChangeLog 3099 -MD5 9c951cef866ce42e669df6c94ab8a7cf metadata.xml 227 -MD5 38b6af0b2c6048112b624239b286c8fa piwi-0.8.0.20031109-r3.ebuild 3249 +MD5 3d124dd4b2d46e548781c796f3dcc6ba piwi-0.8.0.20031109-r3.ebuild 3245 MD5 98bbadb8720457cf9debe9ba2a776b5c piwi-0.8.0.20031109-r2.ebuild 3530 +MD5 48d58397ae7b3baac7a5bef76829d5f9 ChangeLog 3201 +MD5 9c951cef866ce42e669df6c94ab8a7cf metadata.xml 227 +MD5 09b1b03da063c7fc20841f8a74d938ff files/make_release.sh 529 MD5 4d13a93c357ca67b8c4ca9a5085e5ab5 files/digest-piwi-0.8.0.20031109-r2 72 -MD5 7166a0c6b90970d69af563f6ae7b3036 files/piwi-apache.conf 371 MD5 4d13a93c357ca67b8c4ca9a5085e5ab5 files/digest-piwi-0.8.0.20031109-r3 72 -MD5 09b1b03da063c7fc20841f8a74d938ff files/make_release.sh 529 +MD5 7166a0c6b90970d69af563f6ae7b3036 files/piwi-apache.conf 371 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBPLK2LLFUmVNQ7rkRAifIAKCvsTz89Hp0KLkEiv59fkD5TRipYACgwdJJ -Uk3wcb+Xw9isGpU8FWN+CGM= -=VR9/ +iD8DBQFBkmYwT+MN7JbqCpMRAjMJAJ9NSDR0zbpQuy6c1F4SkL5JvEowDACfYNhB +17Tju3HDVgaadX84ftAcaDI= +=PCB4 -----END PGP SIGNATURE----- diff --git a/net-analyzer/piwi/piwi-0.8.0.20031109-r3.ebuild b/net-analyzer/piwi/piwi-0.8.0.20031109-r3.ebuild index a20b60854819..8884275309f1 100644 --- a/net-analyzer/piwi/piwi-0.8.0.20031109-r3.ebuild +++ b/net-analyzer/piwi/piwi-0.8.0.20031109-r3.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-analyzer/piwi/piwi-0.8.0.20031109-r3.ebuild,v 1.2 2004/09/06 18:58:36 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/piwi-0.8.0.20031109-r3.ebuild,v 1.3 2004/11/10 19:07:51 eldad Exp $ inherit webapp eutils @@ -32,7 +32,7 @@ RDEPEND=" S=${WORKDIR}/ src_compile() { - if ! use mysql && ! use postgres; then + if use !mysql && use !postgres; then eerror "You must have either MySQL or PostgreSQL enabled to use this software." eerror "You must put either 'mysql' or 'postgres' (or both) in your USE flags before emerging this." |