summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 13:22:36 +0100
committerSam James <sam@gentoo.org>2021-04-18 07:03:54 +0100
commit1c832f166bf2c857c65e9ca5faaa64e2c21a94d6 (patch)
treeb10b2e9592d87e64e7a524f1f396e16f676abb4b /sci-geosciences
parentsci-geosciences/bt747: eutils->epatch (diff)
downloadgentoo-1c832f166bf2c857c65e9ca5faaa64e2c21a94d6.tar.gz
gentoo-1c832f166bf2c857c65e9ca5faaa64e2c21a94d6.tar.bz2
gentoo-1c832f166bf2c857c65e9ca5faaa64e2c21a94d6.zip
sci-geosciences/mc2bsbh: use BDEPEND for app-arch/unzip
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/mc2bsbh/mc2bsbh-0.0.9.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/sci-geosciences/mc2bsbh/mc2bsbh-0.0.9.ebuild b/sci-geosciences/mc2bsbh/mc2bsbh-0.0.9.ebuild
index e917dead5525..e0cca9298683 100644
--- a/sci-geosciences/mc2bsbh/mc2bsbh-0.0.9.ebuild
+++ b/sci-geosciences/mc2bsbh/mc2bsbh-0.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,16 +8,13 @@ inherit toolchain-funcs
DESCRIPTION="MapCal to BSBchart Header Utility"
HOMEPAGE="http://www.dacust.com/inlandwaters/mapcal/"
SRC_URI="http://www.dacust.com/inlandwaters/mapcal/${PN}/${PN}-beta09.zip"
+S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-S="${WORKDIR}"
+BDEPEND="app-arch/unzip"
src_compile() {
$(tc-getCXX) ${LDFLAGS} ${CXXFLAGS} -o ${PN} ${PN}.cpp || die