commit: bd466dad70e4f2ade944b8e890f49e4621b1fe4c Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Aug 15 14:05:53 2016 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Aug 15 14:16:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd466dad
sys-apps/hponcfg: Change SRC_URI to use HTTPS This wasn't possible until today due to an upstream configuration issue which was fixed today. Package-Manager: portage-2.3.0 sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild b/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild index 96905ae..4752b84 100644 --- a/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild +++ b/sys-apps/hponcfg/hponcfg-4.6.0.0.ebuild @@ -11,8 +11,8 @@ MY_PV=$(replace_version_separator 3 '-') DESCRIPTION="HP Lights-Out Online Configuration Utility (HPONCFG)" HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29" SRC_URI=" - amd64? ( http://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/x86_64/current/${PN}-${MY_PV}.x86_64.rpm ) - x86? ( http://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/i686/current/${PN}-${MY_PV}.i386.rpm )" + amd64? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/x86_64/current/${PN}-${MY_PV}.x86_64.rpm ) + x86? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/6/i686/current/${PN}-${MY_PV}.i386.rpm )" LICENSE="hpe" SLOT="0"