diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-15 08:47:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-15 08:47:00 +0000 |
commit | 6a2bf1c794c47a55a7c00e8ee6efd41f4cf48bfc (patch) | |
tree | 7dbb45ae42734ff209521eca1edc040e9c2e9386 /dev-db | |
parent | Stable for x86, wrt bug #452070 (diff) | |
download | gentoo-2-6a2bf1c794c47a55a7c00e8ee6efd41f4cf48bfc.tar.gz gentoo-2-6a2bf1c794c47a55a7c00e8ee6efd41f4cf48bfc.tar.bz2 gentoo-2-6a2bf1c794c47a55a7c00e8ee6efd41f4cf48bfc.zip |
Stable for x86, wrt bug #457958
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgis/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/postgis/postgis-2.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/postgis/ChangeLog b/dev-db/postgis/ChangeLog index cfeb74a733c1..cd4e8e82a3a0 100644 --- a/dev-db/postgis/ChangeLog +++ b/dev-db/postgis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/postgis # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.79 2013/04/07 09:58:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.80 2013/04/15 08:47:00 ago Exp $ + + 15 Apr 2013; Agostino Sarubbo <ago@gentoo.org> postgis-2.0.3.ebuild: + Stable for x86, wrt bug #457958 07 Apr 2013; Agostino Sarubbo <ago@gentoo.org> postgis-2.0.3.ebuild: Stable for amd64, wrt bug #457958 diff --git a/dev-db/postgis/postgis-2.0.3.ebuild b/dev-db/postgis/postgis-2.0.3.ebuild index 0b467a6146f9..c302570695cb 100644 --- a/dev-db/postgis/postgis-2.0.3.ebuild +++ b/dev-db/postgis/postgis-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.0.3.ebuild,v 1.2 2013/04/07 09:58:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-2.0.3.ebuild,v 1.3 2013/04/15 08:47:00 ago Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://postgis.net" SRC_URI="http://download.osgeo.org/postgis/source/${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" RDEPEND=" |