diff options
Diffstat (limited to 'dev-db/postgresql/postgresql-9.1.15.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-9.1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql/postgresql-9.1.15.ebuild b/dev-db/postgresql/postgresql-9.1.15.ebuild index 32408e801b21..add83bb5d32a 100644 --- a/dev-db/postgresql/postgresql-9.1.15.ebuild +++ b/dev-db/postgresql/postgresql-9.1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.1.15.ebuild,v 1.9 2015/02/23 11:36:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.1.15.ebuild,v 1.10 2015/02/24 10:56:52 ago Exp $ EAPI="5" @@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user 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)" |