diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-30 18:03:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-30 18:03:06 +0000 |
commit | c3fedf29c1173465e59002f53f1613cebee0eb5c (patch) | |
tree | ede4547307980a65413959d7a4b02dc02c8e09cc /dev-db | |
parent | With dilfridge's ok: remove toolchain-funcs to inherit, set correct DEPEND/RD... (diff) | |
download | gentoo-2-c3fedf29c1173465e59002f53f1613cebee0eb5c.tar.gz gentoo-2-c3fedf29c1173465e59002f53f1613cebee0eb5c.tar.bz2 gentoo-2-c3fedf29c1173465e59002f53f1613cebee0eb5c.zip |
Stable for AMD64, wrt bug #376359
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/postgis/postgis-1.5.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-db/postgis/ChangeLog b/dev-db/postgis/ChangeLog index e143c142d885..9961a2b1b964 100644 --- a/dev-db/postgis/ChangeLog +++ b/dev-db/postgis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/postgis -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.58 2011/08/23 22:56:13 titanofold Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/ChangeLog,v 1.59 2012/01/30 18:03:06 ago Exp $ + + 30 Jan 2012; Agostino Sarubbo <ago@gentoo.org> postgis-1.5.3-r1.ebuild: + Stable for AMD64, wrt bug #376359 *postgis-1.4.2-r1 (23 Aug 2011) diff --git a/dev-db/postgis/postgis-1.5.3-r1.ebuild b/dev-db/postgis/postgis-1.5.3-r1.ebuild index 0fc563ac35e3..07f799abe17f 100644 --- a/dev-db/postgis/postgis-1.5.3-r1.ebuild +++ b/dev-db/postgis/postgis-1.5.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-1.5.3-r1.ebuild,v 1.1 2011/08/23 22:46:51 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgis/postgis-1.5.3-r1.ebuild,v 1.2 2012/01/30 18:03:06 ago Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://postgis.refractions.net" SRC_URI="http://postgis.refractions.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="doc gtk" RDEPEND=" |