diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-17 21:37:13 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2006-12-17 21:37:13 +0000 |
commit | 33cd01f67b7888b09402a531fe70f849567a1517 (patch) | |
tree | dfb8cf205e7e419a5d01dd3e3cca99ff04e64b3a /dev-db/postgresql/postgresql-7.4.14.ebuild | |
parent | Remove the swat binary if USE=swat since it will be unusable otherwise #138026. (diff) | |
download | historical-33cd01f67b7888b09402a531fe70f849567a1517.tar.gz historical-33cd01f67b7888b09402a531fe70f849567a1517.tar.bz2 historical-33cd01f67b7888b09402a531fe70f849567a1517.zip |
* stable on amd64 wrt bug #152783
Package-Manager: portage-2.1.2_rc3-r6
Diffstat (limited to 'dev-db/postgresql/postgresql-7.4.14.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-7.4.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-7.4.14.ebuild b/dev-db/postgresql/postgresql-7.4.14.ebuild index 193b05ad6925..f851329cabd3 100644 --- a/dev-db/postgresql/postgresql-7.4.14.ebuild +++ b/dev-db/postgresql/postgresql-7.4.14.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.14.ebuild,v 1.11 2006/12/17 19:35:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-7.4.14.ebuild,v 1.12 2006/12/17 21:36:21 voxus Exp $ inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs versionator -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" DESCRIPTION="Sophisticated and powerful Object-Relational DBMS." HOMEPAGE="http://www.postgresql.org/" |