summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-02 19:19:50 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-02 19:19:50 +0000
commit771b257140619d6fa4f214eea33b0073ee07e1cb (patch)
tree52a3f0d31cd16ea7abf45694c648db7cd2888df6 /dev-db
parentnew cvs snapshot. this ebuild marks a move from using branch updates against ... (diff)
downloadgentoo-2-771b257140619d6fa4f214eea33b0073ee07e1cb.tar.gz
gentoo-2-771b257140619d6fa4f214eea33b0073ee07e1cb.tar.bz2
gentoo-2-771b257140619d6fa4f214eea33b0073ee07e1cb.zip
arm KEYWORDS
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/postgresql-7.4.2-r2.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-db/postgresql/postgresql-7.4.2-r2.ebuild b/dev-db/postgresql/postgresql-7.4.2-r2.ebuild
index e162f81533a6..0271177db498 100644
--- a/dev-db/postgresql/postgresql-7.4.2-r2.ebuild
+++ b/dev-db/postgresql/postgresql-7.4.2-r2.ebuild
@@ -1,24 +1,22 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.2-r2.ebuild,v 1.7 2004/05/31 11:51:08 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.2-r2.ebuild,v 1.8 2004/06/02 19:19:50 vapier Exp $
inherit eutils gnuconfig flag-o-matic
DESCRIPTION="sophisticated Object-Relational DBMS."
-
-RESTRICT="nomirror"
+HOMEPAGE="http://www.postgresql.org/"
P_HIERPG="hier-Pg7.4-0.5.2"
SRC_URI="mirror://postgresql/v${PV}/${PN}-base-${PV}.tar.bz2
mirror://postgresql/v${PV}/${PN}-opt-${PV}.tar.bz2
doc? ( mirror://postgresql/v${PV}/${PN}-docs-${PV}.tar.bz2 )
pg-hier? ( http://gppl.terminal.ru/${P_HIERPG}.tar.gz )"
-HOMEPAGE="http://www.postgresql.org/"
-
LICENSE="POSTGRESQL"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~ia64 ~mips s390"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 s390"
IUSE="ssl nls java python tcltk perl libg++ pam readline zlib doc pg-hier pg-vacuumdelay pg-intdatetime"
+RESTRICT="nomirror"
DEPEND="virtual/glibc
sys-devel/autoconf