diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-07-20 21:11:53 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-07-20 21:11:53 +0000 |
commit | 5fb65ec7b5690b6c279385ba4825b97a1051dda9 (patch) | |
tree | d686326014a325c4c8368387bbebf1632af1d289 /dev-db/postgresql | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-5fb65ec7b5690b6c279385ba4825b97a1051dda9.tar.gz gentoo-2-5fb65ec7b5690b6c279385ba4825b97a1051dda9.tar.bz2 gentoo-2-5fb65ec7b5690b6c279385ba4825b97a1051dda9.zip |
Stable on sparc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-8.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index c1bf526cd243..2f3502d38b18 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.227 2005/07/20 18:13:46 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.228 2005/07/20 21:11:53 gustavoz Exp $ + + 20 Jul 2005; Gustavo Zacarias <gustavoz@gentoo.org> + postgresql-8.0.3.ebuild: + Stable on sparc 20 Jul 2005; Masatomo Nakano <nakano@gentoo.org> -postgresql-8.0.1-r2.ebuild, postgresql-8.0.3.ebuild: diff --git a/dev-db/postgresql/postgresql-8.0.3.ebuild b/dev-db/postgresql/postgresql-8.0.3.ebuild index 4191f5c3374f..6d6718dce7f3 100644 --- a/dev-db/postgresql/postgresql-8.0.3.ebuild +++ b/dev-db/postgresql/postgresql-8.0.3.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.3.ebuild,v 1.3 2005/07/20 18:13:46 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.0.3.ebuild,v 1.4 2005/07/20 21:11:53 gustavoz 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} |