From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- dev-util/sasm/sasm-2.2-r1.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'dev-util/sasm/sasm-2.2-r1.ebuild') diff --git a/dev-util/sasm/sasm-2.2-r1.ebuild b/dev-util/sasm/sasm-2.2-r1.ebuild index 7c9c73aab793..eb371161fa27 100644 --- a/dev-util/sasm/sasm-2.2-r1.ebuild +++ b/dev-util/sasm/sasm-2.2-r1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit qmake-utils -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/Dman95/SASM.git" - SRC_URI="" inherit git-r3 else SRC_URI="https://github.com/Dman95/SASM/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/SASM-${PV}" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${P^^}" fi DESCRIPTION="Simple crossplatform IDE for NASM assembly language" @@ -19,8 +19,6 @@ HOMEPAGE="http://dman95.github.io/SASM/" LICENSE="GPL-3" SLOT="0" -[[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" @@ -28,7 +26,7 @@ DEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 " -REPEND="${DEPEND} +RDEPEND="${DEPEND} dev-lang/nasm sys-devel/gdb " -- cgit v1.2.3