diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:19:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:09 +0100 |
commit | 9d924152a9f0e5e6b83f9378c4fda113e2706a25 (patch) | |
tree | e36515c5a1caa6cad2e068d8916c817bad1a4269 /app-emulation | |
parent | app-emacs/blogmax: eutils->edos2unix (diff) | |
download | gentoo-9d924152a9f0e5e6b83f9378c4fda113e2706a25.tar.gz gentoo-9d924152a9f0e5e6b83f9378c4fda113e2706a25.tar.bz2 gentoo-9d924152a9f0e5e6b83f9378c4fda113e2706a25.zip |
app-emulation/dlx: 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 'app-emulation')
-rw-r--r-- | app-emulation/dlx/dlx-1.5.20.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/dlx/dlx-1.5.20.ebuild b/app-emulation/dlx/dlx-1.5.20.ebuild index 30e768088a51..8d9015504860 100644 --- a/app-emulation/dlx/dlx-1.5.20.ebuild +++ b/app-emulation/dlx/dlx-1.5.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,14 +8,13 @@ inherit toolchain-funcs DESCRIPTION="DLX Simulator" HOMEPAGE="https://www.davidviner.com/dlx" SRC_URI="https://www.davidviner.com/zip/dlx/dlx.zip -> ${P}.zip" -S=${WORKDIR}/dlx +S="${WORKDIR}"/dlx LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" src_compile() { # CXX not used |