diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-09 15:03:14 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-09 15:03:14 +0000 |
commit | cd96990fbdd50c797ddef0cf316962bcc82d2b1e (patch) | |
tree | 591eda3b0515e2adb6467b2ee092878df010338e /dev-db | |
parent | PPC stable profile update (Manifest recommit) (diff) | |
download | gentoo-2-cd96990fbdd50c797ddef0cf316962bcc82d2b1e.tar.gz gentoo-2-cd96990fbdd50c797ddef0cf316962bcc82d2b1e.tar.bz2 gentoo-2-cd96990fbdd50c797ddef0cf316962bcc82d2b1e.zip |
Stable on alpha, bug 66371.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.5-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 57d0a4530890..9bce58db071f 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/postgresql # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.134 2004/10/08 19:56:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.135 2004/10/09 15:03:14 kloeri Exp $ + + 09 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> + postgresql-7.4.5-r2.ebuild: + Stable on alpha, bug 66371. 08 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org> postgresql-7.4.5-r2.ebuild: diff --git a/dev-db/postgresql/postgresql-7.4.5-r2.ebuild b/dev-db/postgresql/postgresql-7.4.5-r2.ebuild index 4ee25a1a9e63..6b47fe995010 100644 --- a/dev-db/postgresql/postgresql-7.4.5-r2.ebuild +++ b/dev-db/postgresql/postgresql-7.4.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.5-r2.ebuild,v 1.3 2004/10/08 19:56:38 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.5-r2.ebuild,v 1.4 2004/10/09 15:03:14 kloeri Exp $ inherit eutils gnuconfig flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${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 java python tcltk perl libg++ pam readline zlib doc pg-hier pg-vacuumdelay pg-intdatetime" DEPEND="virtual/libc |