Skip to content

Commit

Permalink
dev-libs/libdivsufsort: EAPI 6
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
johu committed Feb 3, 2017
1 parent cc79370 commit c815968
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions dev-libs/libdivsufsort/libdivsufsort-2.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -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)"
Expand All @@ -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
Expand Down
6 changes: 4 additions & 2 deletions dev-libs/libdivsufsort/libdivsufsort-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit c815968

Please sign in to comment.