diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-10-16 14:01:57 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-10-16 14:01:57 +0000 |
commit | 7a494a2c18da5f48705602cc14e4ab5ea650a711 (patch) | |
tree | 9853a43580b03c55b36318a79cf227190f36ba5b /dev-db | |
parent | Version bump. (diff) | |
download | gentoo-2-7a494a2c18da5f48705602cc14e4ab5ea650a711.tar.gz gentoo-2-7a494a2c18da5f48705602cc14e4ab5ea650a711.tar.bz2 gentoo-2-7a494a2c18da5f48705602cc14e4ab5ea650a711.zip |
stable on amd64
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.3.7-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.5-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 82349ab9b92b..79f89691ce6d 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.144 2004/10/15 03:52:38 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.145 2004/10/16 14:01:57 kugelfang Exp $ + + 16 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> + postgresql-7.3.7-r2.ebuild, postgresql-7.4.5-r2.ebuild: + Marked stable on amd64. 14 Oct 2004; Jason Wever <weeve@gentoo.org> postgresql-7.3.7-r2.ebuild: Stable on sparc wrt security bug #66371. diff --git a/dev-db/postgresql/postgresql-7.3.7-r2.ebuild b/dev-db/postgresql/postgresql-7.3.7-r2.ebuild index f3c66f6bf0af..073718506aa0 100644 --- a/dev-db/postgresql/postgresql-7.3.7-r2.ebuild +++ b/dev-db/postgresql/postgresql-7.3.7-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.3.7-r2.ebuild,v 1.5 2004/10/15 03:52:38 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.3.7-r2.ebuild,v 1.6 2004/10/16 14:01:57 kugelfang Exp $ inherit eutils gnuconfig flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${PV}.tar.bz2 LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="x86 ppc sparc alpha ~amd64 hppa ~ia64 ~mips" +KEYWORDS="x86 ppc sparc alpha amd64 hppa ~ia64 ~mips" IUSE="doc java libg++ nls pam perl python readline ssl tcltk zlib" DEPEND="virtual/libc diff --git a/dev-db/postgresql/postgresql-7.4.5-r2.ebuild b/dev-db/postgresql/postgresql-7.4.5-r2.ebuild index cbc445058835..447f9f603d5a 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.9 2004/10/13 21:49:48 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.5-r2.ebuild,v 1.10 2004/10/16 14:01:57 kugelfang 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 |