commit: 496ae652077c195da49cc063c176c0a37b597bc3 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Aug 15 14:13:13 2016 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Aug 15 14:16:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496ae652
sys-block/hpssacli: 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-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild b/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild index 55ae7bd..8f0a2c6 100644 --- a/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild +++ b/sys-block/hpssacli/hpssacli-2.40.13.0-r1.ebuild @@ -11,8 +11,8 @@ MY_PV=$(replace_version_separator 2 '-') DESCRIPTION="HPE Smart Storage Administrator (HPE SSA) CLI (HPSSACLI, formerly HPACUCLI)" HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_04bffb688a73438598fef81ddd" 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"
