commit: d5a244a1a7abecfaae9fdb0fcc3adcd69f5a3768
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 7 14:21:57 2021 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Apr 7 14:21:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a244a1
net-wireless/gr-paint: cmake-utils -> cmake
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild | 6 +++---
net-wireless/gr-paint/gr-paint-9999.ebuild | 6 +++---
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 fafb438ce0d..d10f7768be4 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 fafb438ce0d..d10f7768be4 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
}