diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-11-25 20:50:09 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-11-25 20:50:09 +0000 |
commit | 07c6f44aa28dc39fa27e51a9bc9b50c35e6c8c89 (patch) | |
tree | ea2bff2a8626d909aab53591af26dc068f8fefe9 /dev-db | |
parent | New ebuild. The netkit linux-ftpd with ssl support. (diff) | |
download | gentoo-2-07c6f44aa28dc39fa27e51a9bc9b50c35e6c8c89.tar.gz gentoo-2-07c6f44aa28dc39fa27e51a9bc9b50c35e6c8c89.tar.bz2 gentoo-2-07c6f44aa28dc39fa27e51a9bc9b50c35e6c8c89.zip |
set -ppc to both 7.2.3 versions
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-7.2.3.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 3d7f3ec85e90..343cfe29d743 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/postgresql # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.39 2002/11/14 20:31:21 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.40 2002/11/25 20:50:09 gerk Exp $ + + 25 Nov 2002; Mark Guertin <gerk@gentoo.org> portgresql-7.2.3.ebuild, + portgresql-7.2.3-r1.ebuild: + Set -ppc to all the 7.2.3 builds, none of them even compile on + ppc, please please check with devs before upgrading new pkgs + that are untested to stable ;) *postgresql-7.2.3-r1 (27 Oct 2002) diff --git a/dev-db/postgresql/postgresql-7.2.3-r1.ebuild b/dev-db/postgresql/postgresql-7.2.3-r1.ebuild index b0b44c60b95c..12d2ffd4b10a 100644 --- a/dev-db/postgresql/postgresql-7.2.3-r1.ebuild +++ b/dev-db/postgresql/postgresql-7.2.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3-r1.ebuild,v 1.3 2002/11/14 20:31:21 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3-r1.ebuild,v 1.4 2002/11/25 20:50:09 gerk Exp $ IUSE="ssl nls java python tcltk perl" @@ -9,7 +9,7 @@ DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" HOMEPAGE="http://www.postgresql.org" LICENSE="POSTGRESQL" -KEYWORDS="x86 ppc" +KEYWORDS="x86 -ppc" SLOT="0" DEPEND="virtual/glibc diff --git a/dev-db/postgresql/postgresql-7.2.3.ebuild b/dev-db/postgresql/postgresql-7.2.3.ebuild index c5fd1a6da977..4566dccaea3b 100644 --- a/dev-db/postgresql/postgresql-7.2.3.ebuild +++ b/dev-db/postgresql/postgresql-7.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3.ebuild,v 1.3 2002/10/28 01:26:00 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.2.3.ebuild,v 1.4 2002/11/25 20:50:09 gerk Exp $ IUSE="ssl nls java python tcltk perl" @@ -9,7 +9,7 @@ DESCRIPTION="PostgreSQL is a sophisticated Object-Relational DBMS" SRC_URI="ftp://ftp.easynet.be/postgresql/v${PV}/${P}.tar.gz" HOMEPAGE="http://www.postgresql.org" LICENSE="POSTGRESQL" -KEYWORDS="x86 ppc" +KEYWORDS="x86 -ppc" SLOT="0" DEPEND="virtual/glibc |