mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-wireless/broadcom-sta: fix HOMEPAGE.
Trailing slash is causing 404. Also use https instead of http. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3499
This commit is contained in:
committed by
Patrice Clement
parent
29e345642b
commit
a372a97358
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
inherit eutils linux-info linux-mod
|
||||
|
||||
DESCRIPTION="Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver"
|
||||
HOMEPAGE="http://www.broadcom.com/support/802.11/"
|
||||
HOMEPAGE="https://www.broadcom.com/support/802.11"
|
||||
SRC_BASE="https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35"
|
||||
SRC_URI="x86? ( ${SRC_BASE}-nodebug-pcoem-${PV//\./_}.tar.gz )
|
||||
amd64? ( ${SRC_BASE}_64-nodebug-pcoem-${PV//\./_}.tar.gz )
|
||||
|
||||
Reference in New Issue
Block a user