diff options
author | 2015-08-24 13:26:27 +0200 | |
---|---|---|
committer | 2015-08-24 13:27:19 +0200 | |
commit | 00846f5f7be003565185b4945997bd9c766ecd96 (patch) | |
tree | 1383d633547ffc98b364b179d0dd5cc1134a4a92 /x11-drivers | |
parent | dev-lang/php: Added first PHP 7.0.0 RC (diff) | |
download | gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.bz2 gentoo-00846f5f7be003565185b4945997bd9c766ecd96.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/radeon-ucode/radeon-ucode-20140204.ebuild | 2 | ||||
-rw-r--r-- | x11-drivers/radeon-ucode/radeon-ucode-20140430.ebuild | 2 | ||||
-rw-r--r-- | x11-drivers/radeon-ucode/radeon-ucode-20140823.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/radeon-ucode/radeon-ucode-20140204.ebuild b/x11-drivers/radeon-ucode/radeon-ucode-20140204.ebuild index 27f3dd985f44..56d2a4cb214e 100644 --- a/x11-drivers/radeon-ucode/radeon-ucode-20140204.ebuild +++ b/x11-drivers/radeon-ucode/radeon-ucode-20140204.ebuild @@ -35,7 +35,7 @@ pkg_postinst() { ewarn "CONFIG_EXTRA_FIRMWARE_DIR=\"/lib/firmware\"" ewarn "CONFIG_EXTRA_FIRMWARE=\"${FILES[@]/#/radeon/}\"" ewarn "You may skip microcode files for which no hardware is installed." - ewarn "More information at http://wiki.gentoo.org/wiki/Radeon#Firmware" + ewarn "More information at https://wiki.gentoo.org/wiki/Radeon#Firmware" fi fi } diff --git a/x11-drivers/radeon-ucode/radeon-ucode-20140430.ebuild b/x11-drivers/radeon-ucode/radeon-ucode-20140430.ebuild index e58607f5f315..3d48476bcdc8 100644 --- a/x11-drivers/radeon-ucode/radeon-ucode-20140430.ebuild +++ b/x11-drivers/radeon-ucode/radeon-ucode-20140430.ebuild @@ -35,7 +35,7 @@ pkg_postinst() { ewarn "CONFIG_EXTRA_FIRMWARE_DIR=\"/lib/firmware\"" ewarn "CONFIG_EXTRA_FIRMWARE=\"${FILES[@]/#/radeon/}\"" ewarn "You may skip microcode files for which no hardware is installed." - ewarn "More information at http://wiki.gentoo.org/wiki/Radeon#Firmware" + ewarn "More information at https://wiki.gentoo.org/wiki/Radeon#Firmware" fi fi } diff --git a/x11-drivers/radeon-ucode/radeon-ucode-20140823.ebuild b/x11-drivers/radeon-ucode/radeon-ucode-20140823.ebuild index 27f3dd985f44..56d2a4cb214e 100644 --- a/x11-drivers/radeon-ucode/radeon-ucode-20140823.ebuild +++ b/x11-drivers/radeon-ucode/radeon-ucode-20140823.ebuild @@ -35,7 +35,7 @@ pkg_postinst() { ewarn "CONFIG_EXTRA_FIRMWARE_DIR=\"/lib/firmware\"" ewarn "CONFIG_EXTRA_FIRMWARE=\"${FILES[@]/#/radeon/}\"" ewarn "You may skip microcode files for which no hardware is installed." - ewarn "More information at http://wiki.gentoo.org/wiki/Radeon#Firmware" + ewarn "More information at https://wiki.gentoo.org/wiki/Radeon#Firmware" fi fi } |