diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-07-14 19:31:25 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-07-14 19:31:25 +0000 |
commit | b7c5aa102bcff566e5dd324f70f9bb4d81a44c7e (patch) | |
tree | ad1f8c016cfc5a2259321a19694a82c1b3b75f0e /dev-db/postgresql | |
parent | Stable on hppa (diff) | |
download | gentoo-2-b7c5aa102bcff566e5dd324f70f9bb4d81a44c7e.tar.gz gentoo-2-b7c5aa102bcff566e5dd324f70f9bb4d81a44c7e.tar.bz2 gentoo-2-b7c5aa102bcff566e5dd324f70f9bb4d81a44c7e.zip |
Stable on hppa
(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-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 4b879b827728..d5c49c35698f 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.225 2005/07/12 15:42:11 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.226 2005/07/14 19:31:25 killerfox Exp $ + + 14 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> + postgresql-8.0.1-r4.ebuild: + Stable on hppa. 12 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> postgresql-8.0.1-r4.ebuild: diff --git a/dev-db/postgresql/postgresql-8.0.1-r4.ebuild b/dev-db/postgresql/postgresql-8.0.1-r4.ebuild index 2a76270858f8..188bb2ffd527 100644 --- a/dev-db/postgresql/postgresql-8.0.1-r4.ebuild +++ b/dev-db/postgresql/postgresql-8.0.1-r4.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-r4.ebuild,v 1.9 2005/07/12 15:42:11 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.1-r4.ebuild,v 1.10 2005/07/14 19:31:25 killerfox 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} |