summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 19:25:21 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:03:52 +0100
commitffff9a21dc4bb8b5af3cc8d220180892e8052b50 (patch)
tree92da580da92e607cb62e53d18ec3ce96b155c46c /sci-electronics
parentsci-electronics/spice: eutils--, multilib--, improve ncurses fix (diff)
downloadgentoo-ffff9a21dc4bb8b5af3cc8d220180892e8052b50.tar.gz
gentoo-ffff9a21dc4bb8b5af3cc8d220180892e8052b50.tar.bz2
gentoo-ffff9a21dc4bb8b5af3cc8d220180892e8052b50.zip
sci-electronics/splat: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/splat/splat-1.4.2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-electronics/splat/splat-1.4.2.ebuild b/sci-electronics/splat/splat-1.4.2.ebuild
index e498c4b7c91b..d9bb7221cd65 100644
--- a/sci-electronics/splat/splat-1.4.2.ebuild
+++ b/sci-electronics/splat/splat-1.4.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils toolchain-funcs
+
+inherit epatch toolchain-funcs
DESCRIPTION="RF Signal Propagation, Loss, And Terrain analysis tool"
HOMEPAGE="https://www.qsl.net/kd2bd/splat.html"
@@ -15,7 +16,6 @@ IUSE="doc hires l10n_es"
DEPEND="sys-libs/zlib
app-arch/bzip2"
-
RDEPEND="${DEPEND}"
src_prepare() {
@@ -42,7 +42,6 @@ src_configure() {
}
src_compile() {
-
local CC=$(tc-getCC) CXX=$(tc-getCXX)
${CXX} -Wall ${CXXFLAGS} ${LDFLAGS} itwom3.0.cpp splat.cpp -o rfsplat -lm -lbz2 || die