diff options
author | 2006-06-28 03:04:22 +0000 | |
---|---|---|
committer | 2006-06-28 03:04:22 +0000 | |
commit | 91efd44f9e27931831a6f121a35aa7d6facf5c87 (patch) | |
tree | 62ecacff17dc3e36c5e91d3f9f2d3d03b5f62dcc /dev-db/postgresql/postgresql-8.0.8.ebuild | |
parent | Bug #138152, fix compile issues with ECC patch by bumping patch version. (diff) | |
download | historical-91efd44f9e27931831a6f121a35aa7d6facf5c87.tar.gz historical-91efd44f9e27931831a6f121a35aa7d6facf5c87.tar.bz2 historical-91efd44f9e27931831a6f121a35aa7d6facf5c87.zip |
arm/s390/sh stable #134168
Package-Manager: portage-2.1.1_pre1-r3
Diffstat (limited to 'dev-db/postgresql/postgresql-8.0.8.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-8.0.8.ebuild b/dev-db/postgresql/postgresql-8.0.8.ebuild index bebd5df6bca9..4a15f4802107 100644 --- a/dev-db/postgresql/postgresql-8.0.8.ebuild +++ b/dev-db/postgresql/postgresql-8.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.8.ebuild,v 1.8 2006/06/05 02:02:51 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.8.ebuild,v 1.9 2006/06/28 03:04:22 vapier 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 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="ssl nls python tcltk perl libg++ pam readline xml2 zlib doc selinux kerberos pg-intdatetime pg-hier" S=${WORKDIR}/${MY_P} |