diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 15:44:44 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 15:44:44 +0000 |
commit | b95226660e050ca11e20934c30dc14dfa5f730f5 (patch) | |
tree | 0842272215931efa8ae286fcef8cbfeff47d8929 /dev-db/pgcluster | |
parent | sync IUSE (+ssl) (diff) | |
download | gentoo-2-b95226660e050ca11e20934c30dc14dfa5f730f5.tar.gz gentoo-2-b95226660e050ca11e20934c30dc14dfa5f730f5.tar.bz2 gentoo-2-b95226660e050ca11e20934c30dc14dfa5f730f5.zip |
sync IUSE (+doc)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-db/pgcluster')
-rw-r--r-- | dev-db/pgcluster/pgcluster-1.3.0b.ebuild | 4 | ||||
-rw-r--r-- | dev-db/pgcluster/pgcluster-1.3.0c.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/pgcluster/pgcluster-1.3.0b.ebuild b/dev-db/pgcluster/pgcluster-1.3.0b.ebuild index cd244f171f92..cdbe68003db5 100644 --- a/dev-db/pgcluster/pgcluster-1.3.0b.ebuild +++ b/dev-db/pgcluster/pgcluster-1.3.0b.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/dev-db/pgcluster/pgcluster-1.3.0b.ebuild,v 1.1 2005/02/27 07:20:28 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0b.ebuild,v 1.2 2005/07/09 15:44:44 agriffis Exp $ inherit eutils gnuconfig flag-o-matic multilib @@ -13,7 +13,7 @@ SRC_URI="http://pgfoundry.org/frs/download.php/181/${P}.tar.gz" LICENSE="POSTGRESQL" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390 ~ppc64" -IUSE="ssl nls python tcltk perl libg++ pam readline xml2 zlib pg-intdatetime" +IUSE="doc libg++ nls pam perl pg-intdatetime python readline ssl tcltk xml2 zlib" S=${WORKDIR}/${MY_P} DEPEND="virtual/libc diff --git a/dev-db/pgcluster/pgcluster-1.3.0c.ebuild b/dev-db/pgcluster/pgcluster-1.3.0c.ebuild index d1c70166496e..818e5c496c8f 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-2005 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.1 2005/05/10 06:40:37 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgcluster/pgcluster-1.3.0c.ebuild,v 1.2 2005/07/09 15:44:44 agriffis 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="ssl nls python tcltk perl libg++ pam readline xml2 zlib pg-intdatetime" +IUSE="doc libg++ nls pam perl pg-intdatetime python readline ssl tcltk xml2 zlib" S=${WORKDIR}/${MY_P} DEPEND="virtual/libc |