diff --git a/app-misc/cmsv7/cmsv7-7.36.0.1.ebuild b/app-misc/cmsv7/cmsv7-7.36.0.1.ebuild index 95267a88ca..c6b45f7480 100644 --- a/app-misc/cmsv7/cmsv7-7.36.0.1.ebuild +++ b/app-misc/cmsv7/cmsv7-7.36.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,30 +12,32 @@ MY_P=fetchmail-${MY_PV} DESCRIPTION="A vehicle monitoring and management platform" HOMEPAGE="https://www.cmsv7.com" -SRC_URI="https://www.cmsv7.com/cmssoft/CMSV7_LINUX(AMD64)_${PV}_260327.rpm" + +SRC_URI=" + amd64? ( + https://www.cmsv7.com/cmssoft/CMSV7_LINUX(AMD64)_${PV}_260327.rpm + ) +" + S=${WORKDIR} QA_PREBUILT="*" LICENSE="babelstar" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="-* ~amd64" RESTRICT="mirror" BDEPEND=" -app-arch/rpm -app-arch/xz-utils + app-arch/rpm + app-arch/xz-utils " src_unpack() { -rpm_src_unpack ${A} -} - -src_prepare() { -default + rpm_src_unpack ${A} } src_install() { -cp -a opt usr "${ED}/" || die "Failed to copy installation files" + cp -a opt usr "${ED}/" || die "Failed to copy installation files" }