summaryrefslogtreecommitdiff
path: root/dev-libs/ace
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 13:26:27 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 13:27:19 +0200
commit00846f5f7be003565185b4945997bd9c766ecd96 (patch)
tree1383d633547ffc98b364b179d0dd5cc1134a4a92 /dev-libs/ace
parent0ac6bb4fddac5740182543de9440a9af7181b105 (diff)
downloadgentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.gz
gentoo-00846f5f7be003565185b4945997bd9c766ecd96.tar.xz
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 'dev-libs/ace')
-rw-r--r--dev-libs/ace/ace-5.7.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/ace/ace-5.7.2.ebuild b/dev-libs/ace/ace-5.7.2.ebuild
index f12c69967b7..05ba4a52360 100644
--- a/dev-libs/ace/ace-5.7.2.ebuild
+++ b/dev-libs/ace/ace-5.7.2.ebuild
@@ -30,7 +30,7 @@ S="${WORKDIR}/ACE_wrappers"
src_unpack() {
unpack ${A}
cd "${S}"
- # Let's avoid autotools. http://bugs.gentoo.org/328027.
+ # Let's avoid autotools. https://bugs.gentoo.org/328027.
if has_version ">=dev-libs/openssl-1.0.0"; then
sed -i -e 's:SSL_METHOD:const SSL_METHOD:' configure || die
fi