summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-portage/portagedb/ChangeLog5
-rw-r--r--app-portage/portagedb/portagedb-0.2.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/portagedb/ChangeLog b/app-portage/portagedb/ChangeLog
index 3e253fbfbe2c..d78f75f4a9ec 100644
--- a/app-portage/portagedb/ChangeLog
+++ b/app-portage/portagedb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/portagedb
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/portagedb/ChangeLog,v 1.1 2005/01/02 19:57:57 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/portagedb/ChangeLog,v 1.2 2005/01/02 20:35:09 blubb Exp $
+
+ 02 Jan 2005; Simon Stelling <blubb@gentoo.org> portagedb-0.2.0.ebuild:
+ Typo in append-flag*s*
*portagedb-0.2.0 (02 Jan 2005)
diff --git a/app-portage/portagedb/portagedb-0.2.0.ebuild b/app-portage/portagedb/portagedb-0.2.0.ebuild
index a66bba0e3b39..d75d3d5851ad 100644
--- a/app-portage/portagedb/portagedb-0.2.0.ebuild
+++ b/app-portage/portagedb/portagedb-0.2.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/app-portage/portagedb/portagedb-0.2.0.ebuild,v 1.1 2005/01/02 19:57:57 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/portagedb/portagedb-0.2.0.ebuild,v 1.2 2005/01/02 20:35:09 blubb Exp $
inherit flag-o-matic
@@ -26,7 +26,7 @@ src_compile() {
autoconf
if use debug; then
- append-flag -g ./configure || die "configure failed"
+ append-flags -g ./configure || die "configure failed"
else
./configure || die "configure failed"
fi