summaryrefslogtreecommitdiff
path: root/net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild')
-rw-r--r--net-wireless/gr-paint/gr-paint-0.0_p20200517-r1.ebuild6
1 files changed, 3 insertions, 3 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
}