diff options
author | 2005-04-09 20:51:29 +0000 | |
---|---|---|
committer | 2005-04-09 20:51:29 +0000 | |
commit | cc7db111568df2fc68ceadacfe4b722957bee65b (patch) | |
tree | 8576adc78e281e12f3b3228500edbcf478c670ab /dev-db/postgresql | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-cc7db111568df2fc68ceadacfe4b722957bee65b.tar.gz gentoo-2-cc7db111568df2fc68ceadacfe4b722957bee65b.tar.bz2 gentoo-2-cc7db111568df2fc68ceadacfe4b722957bee65b.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 2df4f0f2aa33..5bf83864b279 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/postgresql # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.193 2005/04/08 14:39:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.194 2005/04/09 20:48:04 hansmi Exp $ + + 09 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + postgresql-8.0.1-r2.ebuild: + Stable on ppc. 08 Apr 2005; Markus Rothe <corsair@gentoo.org> postgresql-8.0.1-r2.ebuild: Stable on ppc64 diff --git a/dev-db/postgresql/postgresql-8.0.1-r2.ebuild b/dev-db/postgresql/postgresql-8.0.1-r2.ebuild index aa161230a847..d93c4f109dfb 100644 --- a/dev-db/postgresql/postgresql-8.0.1-r2.ebuild +++ b/dev-db/postgresql/postgresql-8.0.1-r2.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-r2.ebuild,v 1.5 2005/04/08 14:39:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.1-r2.ebuild,v 1.6 2005/04/09 20:48:04 hansmi 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} |