dev-cpp/libcmis: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 21:42:01 +0000 (23:42 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 22:29:12 +0000 (00:29 +0200)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild
dev-cpp/libcmis/libcmis-9999.ebuild

index a918f64a5965f6e206788499e34c3e8b8344720e..9d26d35d5dfcb0088f631582b897dfa547fb67f6 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 if [[ ${PV} = 9999 ]]; then
        EGIT_REPO_URI="https://github.com/tdf/libcmis.git"
@@ -31,7 +31,8 @@ RDEPEND="
        dev-libs/libxml2
        net-misc/curl
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
        virtual/pkgconfig
        man? (
                app-text/docbook2X
@@ -62,7 +63,7 @@ src_configure() {
        append-cxxflags -std=c++14
 
        econf \
-               --program-suffix=-${SLOT} \
+               --program-suffix=-$(ver_cut 1-2) \
                --disable-werror \
                $(use_with man) \
                $(use_enable static-libs static) \
index 648347ed63bc324cab09cc1deb1774c92114b549..8513c4a8cb4fbc767f2f7055d844726088f760f1 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 if [[ ${PV} = 9999 ]]; then
        EGIT_REPO_URI="https://github.com/tdf/libcmis.git"
@@ -31,7 +31,8 @@ RDEPEND="
        dev-libs/libxml2
        net-misc/curl
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
        virtual/pkgconfig
        man? (
                app-text/docbook2X
@@ -57,7 +58,7 @@ src_configure() {
        append-cxxflags -std=c++14
 
        econf \
-               --program-suffix=-${SLOT} \
+               --program-suffix=-$(ver_cut 1-2) \
                --disable-werror \
                $(use_with man) \
                $(use_enable static-libs static) \