commit:     ae42d31ce78bf730f2863925fa669dd4eeee9919
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 10:46:29 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 11:57:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae42d31c

dev-db/postgis: fix 9999 build

Package-Manager: portage-2.2.28

 dev-db/postgis/postgis-9999.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-db/postgis/postgis-9999.ebuild 
b/dev-db/postgis/postgis-9999.ebuild
index 0c0588a..98c3819 100644
--- a/dev-db/postgis/postgis-9999.ebuild
+++ b/dev-db/postgis/postgis-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI=6
 POSTGRES_COMPAT=( 9.{0,1,2,3,4,5} )
 
 inherit autotools eutils versionator subversion
@@ -93,10 +93,12 @@ pkg_setup() {
 }
 
 src_prepare() {
-       epatch "${FILESDIR}/${PN}-2.1-ldflags.patch"
+#      epatch "${FILESDIR}/${PN}-2.1-ldflags.patch"
 #      epatch "${FILESDIR}/${PN}-2.0-arflags.patch"
 #      epatch "${FILESDIR}/${PN}-2.1.4-pkgconfig-json.patch"
 
+       eapply_user
+
        local AT_M4DIR="macros"
        eautoreconf
 }

Reply via email to