diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-07 20:29:04 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-07 20:29:04 +0000 |
commit | 3e5354c032682163bb49d7c77c925de621255e08 (patch) | |
tree | 453d6123f2fcb7d3aa48640f1b16fff2efbce252 /dev-db | |
parent | Stable on alpha, bug 91231. (diff) | |
download | gentoo-2-3e5354c032682163bb49d7c77c925de621255e08.tar.gz gentoo-2-3e5354c032682163bb49d7c77c925de621255e08.tar.bz2 gentoo-2-3e5354c032682163bb49d7c77c925de621255e08.zip |
Stable on ia64, bug 91231.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.1-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index e6b94d4813ca..1f0c3df25c40 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.211 2005/05/07 20:27:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.212 2005/05/07 20:29:04 kloeri Exp $ + + 07 May 2005; Bryan Østergaard <kloeri@gentoo.org> + postgresql-8.0.1-r3.ebuild: + Stable on ia64, bug 91231. 07 May 2005; Bryan Østergaard <kloeri@gentoo.org> postgresql-7.4.7-r2.ebuild, postgresql-8.0.1-r3.ebuild: diff --git a/dev-db/postgresql/postgresql-8.0.1-r3.ebuild b/dev-db/postgresql/postgresql-8.0.1-r3.ebuild index 846834b4346f..0a7e7e1d24ce 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.7 2005/05/07 20:27:36 kloeri Exp $ +# $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 $ 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} |