diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 02:21:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 02:21:12 +0000 |
commit | d2fe5a7dc2618315f1bbf7d8cdc7319b24a95238 (patch) | |
tree | 2db3278755a4ce09b0ac6b4d8aa61beafaf065e2 /dev-db/postgresql | |
parent | Add x-include fix by Jason Bucata and amd64 fix by Bernard Cafarelli #84187. (diff) | |
download | gentoo-2-d2fe5a7dc2618315f1bbf7d8cdc7319b24a95238.tar.gz gentoo-2-d2fe5a7dc2618315f1bbf7d8cdc7319b24a95238.tar.bz2 gentoo-2-d2fe5a7dc2618315f1bbf7d8cdc7319b24a95238.zip |
arm/s390 stable for security #91231
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-8.0.1-r3.ebuild b/dev-db/postgresql/postgresql-8.0.1-r3.ebuild index 0a7e7e1d24ce..103dfa1f9e02 100644 --- a/dev-db/postgresql/postgresql-8.0.1-r3.ebuild +++ b/dev-db/postgresql/postgresql-8.0.1-r3.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.1-r3.ebuild,v 1.8 2005/05/07 20:29:04 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.1-r3.ebuild,v 1.9 2005/05/13 02:21:12 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="~x86 ppc sparc ~mips alpha ~arm hppa amd64 ia64 ~s390 ppc64" +KEYWORDS="~x86 ppc sparc ~mips alpha arm hppa amd64 ia64 s390 ppc64" IUSE="ssl nls python tcltk perl libg++ pam readline xml2 zlib doc selinux kerberos pg-intdatetime pg-hier" S=${WORKDIR}/${MY_P} |