diff options
author | 2015-03-20 15:11:13 +0000 | |
---|---|---|
committer | 2015-03-20 15:11:13 +0000 | |
commit | f53ffc1b1d6ce160656aa3d809fa02a2f3f6c47b (patch) | |
tree | 407bc44f310dd278d2facf0a4a9a81f50d917762 /dev-db | |
parent | version bump, update to gtk3 dep, add systemdunit patch, proxy for Enrico Tag... (diff) | |
download | gentoo-2-f53ffc1b1d6ce160656aa3d809fa02a2f3f6c47b.tar.gz gentoo-2-f53ffc1b1d6ce160656aa3d809fa02a2f3f6c47b.tar.bz2 gentoo-2-f53ffc1b1d6ce160656aa3d809fa02a2f3f6c47b.zip |
x86 stable, see bug 498156
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 60373227)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/postgis/postgis-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/postgis/ChangeLog b/dev-db/postgis/ChangeLog index f59465b93f23..267574934566 100644 --- a/dev-db/postgis/ChangeLog +++ b/dev-db/postgis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/postgis # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.99 2015/03/02 09:35:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.100 2015/03/20 15:11:13 nativemad Exp $ + + 20 Mar 2015; Andreas Schuerch <nativemad@gentoo.org> postgis-2.1.1.ebuild: + x86 stable, see bug 498156 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> postgis-2.1.1.ebuild: Stable for ppc, wrt bug #498156 diff --git a/dev-db/postgis/postgis-2.1.1.ebuild b/dev-db/postgis/postgis-2.1.1.ebuild index 15d7d070c642..a1eb583f7a76 100644 --- a/dev-db/postgis/postgis-2.1.1.ebuild +++ b/dev-db/postgis/postgis-2.1.1.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/postgis/postgis-2.1.1.ebuild,v 1.6 2015/03/02 09:35:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.1.1.ebuild,v 1.7 2015/03/20 15:11:13 nativemad Exp $ EAPI="5" POSTGRES_COMPAT=( 9.{0,1,2,3,4} ) @@ -16,7 +16,7 @@ HOMEPAGE="http://postgis.net" SRC_URI="http://download.osgeo.org/postgis/source/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="doc gtk test" RDEPEND=" |