dev-libs/libdivsufsort: EAPI 6
authorJohannes Huber <johu@gentoo.org>
Wed, 1 Feb 2017 07:47:37 +0000 (08:47 +0100)
committerJohannes Huber <johu@gentoo.org>
Fri, 3 Feb 2017 22:01:33 +0000 (23:01 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild
dev-libs/libdivsufsort/libdivsufsort-9999.ebuild

index 91f1f29db53c7da1d16e6c01fb3d6e81083f532e..c3e0840ad0b1fb4ad22ac99c7ecf62db1dc98777 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 inherit cmake-utils multilib
 
 DESCRIPTION="Suffix-sorting library (for BWT)"
@@ -15,6 +15,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        # will appreciate saner approach, if there is any
        sed -i -e "s:\(DESTINATION \)lib:\1$(get_libdir):" \
                */CMakeLists.txt || die
index 53e5951a12061f9609d02668d6be8de4558cdd4f..142c77a7d4313d8b97f7dcda3f28622ca13d176f 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 inherit cmake-utils multilib
 
 #if LIVE
@@ -25,6 +25,8 @@ SRC_URI=
 #endif
 
 src_prepare() {
+       cmake-utils_src_prepare
+
        # will appreciate saner approach, if there is any
        sed -i -e "s:\(DESTINATION \)lib:\1$(get_libdir):" \
                */CMakeLists.txt || die