diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-07-06 04:33:46 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-07-06 04:33:46 +0000 |
commit | f6e91683faf5152d3b10b571db314be914209a30 (patch) | |
tree | 95ea0e8de7f92deb402b14f22faa4e7338082d81 /dev-db | |
parent | marked stable on x86 (diff) | |
download | gentoo-2-f6e91683faf5152d3b10b571db314be914209a30.tar.gz gentoo-2-f6e91683faf5152d3b10b571db314be914209a30.tar.bz2 gentoo-2-f6e91683faf5152d3b10b571db314be914209a30.zip |
marked stable on x86
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 06706c95f7cf..9e90d86db99d 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,9 @@ # 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.220 2005/07/03 02:27:21 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.221 2005/07/06 04:33:46 nakano Exp $ + + 06 Jul 2005; Masatomo Nakano <nakano@gentoo.org> postgresql-7.4.8.ebuild: + Makred stable on x86. 03 Jul 2005; Masatomo Nakano <nakano@gentoo.org> files/postgresql-7.4.8-gentoo.patch: diff --git a/dev-db/postgresql/postgresql-7.4.8.ebuild b/dev-db/postgresql/postgresql-7.4.8.ebuild index 2c5db3616c80..43a4ec9166ce 100644 --- a/dev-db/postgresql/postgresql-7.4.8.ebuild +++ b/dev-db/postgresql/postgresql-7.4.8.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-7.4.8.ebuild,v 1.1 2005/05/16 06:54:44 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.8.ebuild,v 1.2 2005/07/06 04:33:46 nakano Exp $ inherit eutils gnuconfig flag-o-matic java-pkg multilib toolchain-funcs @@ -14,7 +14,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/${PN}-base-${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 java python tcltk perl libg++ pam readline zlib doc pg-hier pg-vacuumdelay pg-intdatetime threads xml2 selinux" DEPEND="virtual/libc |