summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2021-04-07 10:21:57 -0400
committerRick Farina <zerochaos@gentoo.org>2021-04-07 10:21:57 -0400
commitd5a244a1a7abecfaae9fdb0fcc3adcd69f5a3768 (patch)
treebc090fc5bb4187e1ab8b90087831bdc7f05de762
parentwww-servers/tomcat: bump to 10.0.5 (diff)
downloadgentoo-d5a244a1a7abecfaae9fdb0fcc3adcd69f5a3768.tar.gz
gentoo-d5a244a1a7abecfaae9fdb0fcc3adcd69f5a3768.tar.bz2
gentoo-d5a244a1a7abecfaae9fdb0fcc3adcd69f5a3768.zip
net-wireless/gr-paint: cmake-utils -> cmake
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
-rw-r--r--net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild6
-rw-r--r--net-wireless/gr-paint/gr-paint-9999.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild
index fafb438ce0de..d10f7768be46 100644
--- a/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild
+++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild
@@ -14,7 +14,7 @@ else
S="${WORKDIR}/${PN}38-${COMMIT}"
KEYWORDS="~amd64"
fi
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
DESCRIPTION="Paints monochrome images into the waterfall of a receiver"
HOMEPAGE="https://github.com/drmpeg/gr-paint"
@@ -50,10 +50,10 @@ src_configure() {
-DENABLE_DOXYGEN=$(usex doc)
-DPYTHON_EXECUTABLE="${PYTHON}"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
python_optimize
}
diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-9999.ebuild
index fafb438ce0de..d10f7768be46 100644
--- a/net-wireless/gr-paint/gr-paint-9999.ebuild
+++ b/net-wireless/gr-paint/gr-paint-9999.ebuild
@@ -14,7 +14,7 @@ else
S="${WORKDIR}/${PN}38-${COMMIT}"
KEYWORDS="~amd64"
fi
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
DESCRIPTION="Paints monochrome images into the waterfall of a receiver"
HOMEPAGE="https://github.com/drmpeg/gr-paint"
@@ -50,10 +50,10 @@ src_configure() {
-DENABLE_DOXYGEN=$(usex doc)
-DPYTHON_EXECUTABLE="${PYTHON}"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
python_optimize
}