diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-16 23:42:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-17 00:29:12 +0200 |
commit | 70fcc8c0d30ddf01d6113517b443c19455e04b1e (patch) | |
tree | c1f5f7d2186badbfb46e38e0e80e0f17e7438d75 /dev-cpp | |
parent | dev-cpp/libcmis: Drop alternatives eclass (diff) | |
download | gentoo-70fcc8c0d30ddf01d6113517b443c19455e04b1e.tar.gz gentoo-70fcc8c0d30ddf01d6113517b443c19455e04b1e.tar.bz2 gentoo-70fcc8c0d30ddf01d6113517b443c19455e04b1e.zip |
dev-cpp/libcmis: EAPI-7 bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild | 7 | ||||
-rw-r--r-- | dev-cpp/libcmis/libcmis-9999.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild index a918f64a5965..9d26d35d5dfc 100644 --- a/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild +++ b/dev-cpp/libcmis/libcmis-0.5.2_pre20180118.ebuild @@ -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) \ diff --git a/dev-cpp/libcmis/libcmis-9999.ebuild b/dev-cpp/libcmis/libcmis-9999.ebuild index 648347ed63bc..8513c4a8cb4f 100644 --- a/dev-cpp/libcmis/libcmis-9999.ebuild +++ b/dev-cpp/libcmis/libcmis-9999.ebuild @@ -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) \ |