diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-06-04 20:02:45 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-06-04 20:02:45 +0000 |
commit | c07aea0bf480890a028f8ac58f55566628e27ed1 (patch) | |
tree | dbdcded74f8c762a2acbd233e4f2ae874e6c4292 /net-analyzer/piwi | |
parent | Fixed fresh installation, see bug #52857 (Manifest recommit) (diff) | |
download | gentoo-2-c07aea0bf480890a028f8ac58f55566628e27ed1.tar.gz gentoo-2-c07aea0bf480890a028f8ac58f55566628e27ed1.tar.bz2 gentoo-2-c07aea0bf480890a028f8ac58f55566628e27ed1.zip |
change USE typo from postgresql to postgres; #52988
Diffstat (limited to 'net-analyzer/piwi')
-rw-r--r-- | net-analyzer/piwi/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/piwi/piwi-0.8.0.20031109-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/piwi/ChangeLog b/net-analyzer/piwi/ChangeLog index ee0bae51a284..7b4e75ee2e2d 100644 --- a/net-analyzer/piwi/ChangeLog +++ b/net-analyzer/piwi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/piwi # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/ChangeLog,v 1.12 2004/05/20 14:01:07 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/ChangeLog,v 1.13 2004/06/04 20:02:45 squinky86 Exp $ + + 04 Jun 2004; Jon Hood <squinky86@gentoo.org> piwi-0.8.0.20031109-r2.ebuild: + fixed USE typo, postgres instead of postgresql; thanks Aquila (#52988) 20 May 2004; Michael Boman <mboman@gentoo.org> -piwi-0.0.20030717.ebuild, -piwi-0.8.0.20030726.ebuild, -piwi-0.8.0.20031109-r1.ebuild, diff --git a/net-analyzer/piwi/piwi-0.8.0.20031109-r2.ebuild b/net-analyzer/piwi/piwi-0.8.0.20031109-r2.ebuild index 97984440237d..62bd22d19edd 100644 --- a/net-analyzer/piwi/piwi-0.8.0.20031109-r2.ebuild +++ b/net-analyzer/piwi/piwi-0.8.0.20031109-r2.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-analyzer/piwi/piwi-0.8.0.20031109-r2.ebuild,v 1.2 2004/05/15 08:56:32 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/piwi/piwi-0.8.0.20031109-r2.ebuild,v 1.3 2004/06/04 20:02:45 squinky86 Exp $ DESCRIPTION="(Prelude|Perl) IDS Web Interface" HOMEPAGE="http://www.prelude-ids.org" @@ -22,7 +22,7 @@ RDEPEND=" dev-perl/Date-Calc virtual/ghostscript dev-perl/Geo-IP - postgresql? ( dev-perl/DBD-Pg ) + postgres? ( dev-perl/DBD-Pg ) mysql? ( dev-perl/DBD-mysql ) gd? ( dev-perl/GDGraph ) " |