diff options
author | 2005-07-31 07:57:00 +0000 | |
---|---|---|
committer | 2005-07-31 07:57:00 +0000 | |
commit | cefe3a8484c0244dd87326da86c4b6884410bddf (patch) | |
tree | bd266853ebd395abc60b8511b5c100a35070e4ac /dev-db/postgresql/postgresql-8.0.3.ebuild | |
parent | Fix digest (#100830). (diff) | |
download | historical-cefe3a8484c0244dd87326da86c4b6884410bddf.tar.gz historical-cefe3a8484c0244dd87326da86c4b6884410bddf.tar.bz2 historical-cefe3a8484c0244dd87326da86c4b6884410bddf.zip |
ppc stable
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-db/postgresql/postgresql-8.0.3.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-8.0.3.ebuild b/dev-db/postgresql/postgresql-8.0.3.ebuild index b9ad6c27ad2c..1136fd237afd 100644 --- a/dev-db/postgresql/postgresql-8.0.3.ebuild +++ b/dev-db/postgresql/postgresql-8.0.3.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/postgresql/postgresql-8.0.3.ebuild,v 1.8 2005/07/29 16:28:55 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.3.ebuild,v 1.9 2005/07/31 07:57:00 dertobi123 Exp $ inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${MY_PV}.tar.bz2 LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="ssl nls python tcltk perl libg++ pam readline xml2 zlib doc selinux kerberos pg-intdatetime pg-hier" S=${WORKDIR}/${MY_P} |