summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-09-26 09:39:54 +0200
committerJeroen Roovers <jer@gentoo.org>2020-09-26 09:46:40 +0200
commit6f387d44f8d37ce6bf772ae260bcd19ad88c44e6 (patch)
tree7bbf0061e053e0df580bc3668585e98ec6b09676
parentwww-apps/mediawiki: bump to 1.34.4 (diff)
downloadgentoo-6f387d44.tar.gz
gentoo-6f387d44.tar.bz2
gentoo-6f387d44.zip
net-misc/apt-cacher-ng: cmake-utils.eclass -> cmake.eclass
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r--net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild5
-rw-r--r--net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild5
2 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild
index 4fc61df2c950..362e497b3c1b 100644
--- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.5_p1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils user
+inherit cmake user
DESCRIPTION="Yet another caching HTTP proxy for Debian/Ubuntu software packages"
HOMEPAGE="
@@ -31,7 +31,6 @@ COMMON_DEPEND="
"
BDEPEND="
${COMMON_DEPEND}
- dev-util/cmake
virtual/pkgconfig
"
RDEPEND="
@@ -71,7 +70,7 @@ src_configure() {
mycmakeargs+=( "-DUSE_GOLD=no" )
fi
- cmake-utils_src_configure
+ cmake_src_configure
sed -i -e '/LogDir/s|/var/tmp|/var/log/'"${PN}"'|g' "${BUILD_DIR}"/conf/acng.conf || die
}
diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild
index 6b25935a9cb9..8ecaae37d3c5 100644
--- a/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-9999999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils git-r3 user
+inherit cmake git-r3 user
DESCRIPTION="Yet another caching HTTP proxy for Debian/Ubuntu software packages"
HOMEPAGE="
@@ -29,7 +29,6 @@ COMMON_DEPEND="
"
BDEPEND="
${COMMON_DEPEND}
- dev-util/cmake
virtual/pkgconfig
"
RDEPEND="
@@ -65,7 +64,7 @@ src_configure() {
mycmakeargs+=( "-DHAVE_LIBWRAP=no" )
fi
- cmake-utils_src_configure
+ cmake_src_configure
sed -i -e '/LogDir/s|/var/tmp|/var/log/'"${PN}"'|g' "${BUILD_DIR}"/conf/acng.conf || die
}