summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-db/pgcluster/ChangeLog6
-rw-r--r--dev-db/pgcluster/pgcluster-1.3.0c.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-db/pgcluster/ChangeLog b/dev-db/pgcluster/ChangeLog
index 77524706d3ba..e62d7feaf047 100644
--- a/dev-db/pgcluster/ChangeLog
+++ b/dev-db/pgcluster/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/pgcluster
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.9 2007/04/28 22:17:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/ChangeLog,v 1.10 2007/08/08 11:20:22 dev-zero Exp $
+
+ 08 Aug 2007; Tiziano Müller <dev-zero@gentoo.org>
+ pgcluster-1.3.0c.ebuild:
+ Removed libg++ USE-flag
28 Apr 2007; Torsten Veller <tove@gentoo.org> pgcluster-1.3.0c.ebuild:
Fix *initd, *confd and *envd calls (#173884, #174266)
diff --git a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild b/dev-db/pgcluster/pgcluster-1.3.0c.ebuild
index 6747f2081f83..1b04a78a7677 100644
--- a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild
+++ b/dev-db/pgcluster/pgcluster-1.3.0c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.9 2007/04/28 22:17:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.10 2007/08/08 11:20:22 dev-zero Exp $
inherit eutils gnuconfig flag-o-matic multilib
@@ -13,7 +13,7 @@ SRC_URI="http://pgfoundry.org/frs/download.php/218/${P}.tar.gz"
LICENSE="POSTGRESQL"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64"
-IUSE="doc libg++ nls pam perl pg-intdatetime python readline ssl tcl xml zlib"
+IUSE="doc nls pam perl pg-intdatetime python readline ssl tcl xml zlib"
S=${WORKDIR}/${MY_P}
DEPEND="virtual/libc
@@ -69,7 +69,7 @@ src_compile() {
use perl && myconf="$myconf --with-perl"
use ssl && myconf="$myconf --with-openssl"
use nls && myconf="$myconf --enable-nls"
- use libg++ && myconf="$myconf --with-CXX"
+ myconf="$myconf --with-CXX"
use pam && myconf="$myconf --with-pam"
use readline || myconf="$myconf --without-readline"
use zlib || myconf="$myconf --without-zlib"