diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-23 08:28:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-23 08:28:49 +0000 |
commit | 5b7e3a8f9bb41e497357b2a53145933dc90de878 (patch) | |
tree | d8e248eec0aeb25a217c7380f2fd610d9fcbb229 /dev-db/postgresql-base/postgresql-base-9.2.7.ebuild | |
parent | Stable for ia64, wrt bug #501946 (diff) | |
download | gentoo-2-5b7e3a8f9bb41e497357b2a53145933dc90de878.tar.gz gentoo-2-5b7e3a8f9bb41e497357b2a53145933dc90de878.tar.bz2 gentoo-2-5b7e3a8f9bb41e497357b2a53145933dc90de878.zip |
Stable for ia64, wrt bug #501946
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db/postgresql-base/postgresql-base-9.2.7.ebuild')
-rw-r--r-- | dev-db/postgresql-base/postgresql-base-9.2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql-base/postgresql-base-9.2.7.ebuild b/dev-db/postgresql-base/postgresql-base-9.2.7.ebuild index 278abc94952c..56b7d4043e42 100644 --- a/dev-db/postgresql-base/postgresql-base-9.2.7.ebuild +++ b/dev-db/postgresql-base/postgresql-base-9.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.2.7.ebuild,v 1.8 2014/02/23 08:28:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.2.7.ebuild,v 1.9 2014/02/23 08:28:49 ago Exp $ EAPI="5" @@ -9,7 +9,7 @@ WANT_AUTOMAKE="none" inherit autotools eutils flag-o-matic multilib prefix python-single-r1 versionator -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" S="${WORKDIR}/postgresql-${PV}" |