diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-11-30 18:01:01 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-30 18:01:01 +0100 |
commit | 505f21f8962d7a972b3f2f68b842d03071851b85 (patch) | |
tree | 6eddffe70b01f396271eeef31057835476a970e8 /sys-apps/hponcfg | |
parent | sys-apps/hponcfg: drop 5.6.0.0 (diff) | |
download | gentoo-505f21f8962d7a972b3f2f68b842d03071851b85.tar.gz gentoo-505f21f8962d7a972b3f2f68b842d03071851b85.tar.bz2 gentoo-505f21f8962d7a972b3f2f68b842d03071851b85.zip |
sys-apps/hponcfg: Add mirror and bindist restrictions
The license explicitly forbids redistribution.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-apps/hponcfg')
-rw-r--r-- | sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild b/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild index 0e0bb4843c70..3359775c54b3 100644 --- a/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild +++ b/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild @@ -10,15 +10,15 @@ MY_PV=$(ver_rs 3 '-') DESCRIPTION="HP Lights-Out Online Configuration Utility (HPONCFG)" HOMEPAGE="https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00007610en_us" SRC_URI="https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/7/x86_64/current/${PN}-${MY_PV}.x86_64.rpm" +S="${WORKDIR}" LICENSE="hpe" SLOT="0" KEYWORDS="-* amd64" +RESTRICT="mirror bindist" RDEPEND="elibc_glibc? ( >sys-libs/glibc-2.14 )" -S="${WORKDIR}" - QA_PRESTRIPPED="usr/sbin/hponcfg usr/lib*/libcp*" QA_PREBUILT="${QA_PRESTRIPPED}" |