diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-07-06 20:24:36 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-07-06 20:24:36 +0000 |
commit | 30879017ff1bc36436eb20adcc695ae63435a319 (patch) | |
tree | 30d437ba18d4ba6ddb6ae42b86018b16bbe06121 /dev-db/postgresql | |
parent | Remove ECLASS= and INHERITED= which haven't been necessary for a long time now (diff) | |
download | gentoo-2-30879017ff1bc36436eb20adcc695ae63435a319.tar.gz gentoo-2-30879017ff1bc36436eb20adcc695ae63435a319.tar.bz2 gentoo-2-30879017ff1bc36436eb20adcc695ae63435a319.zip |
Marked stable on x86.
(Portage version: 2.0.51.22-r1)
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 9e90d86db99d..99b141612321 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.221 2005/07/06 04:33:46 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.222 2005/07/06 20:24:36 nakano Exp $ + + 06 Jul 2005; Masatomo Nakano <nakano@gentoo.org> + postgresql-8.0.1-r4.ebuild: + Marked stable on x86. 06 Jul 2005; Masatomo Nakano <nakano@gentoo.org> postgresql-7.4.8.ebuild: Makred stable on x86. diff --git a/dev-db/postgresql/postgresql-8.0.1-r4.ebuild b/dev-db/postgresql/postgresql-8.0.1-r4.ebuild index e394ddd51371..17dd012443f9 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.5 2005/05/16 06:54:44 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.1-r4.ebuild,v 1.6 2005/07/06 20:24:36 nakano 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} |