summaryrefslogtreecommitdiff
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/libappindicator
parentdev-lang/php: Added first PHP 7.0.0 RC (diff)
downloadgentoo-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 'dev-libs/libappindicator')
-rw-r--r--dev-libs/libappindicator/libappindicator-12.10.0-r1.ebuild4
-rw-r--r--dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild2
-rw-r--r--dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r1.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r1.ebuild
index b3acba689e21..b7f7824339d4 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.0-r1.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.0-r1.ebuild
@@ -34,13 +34,13 @@ src_prepare() {
# Don't use -Werror
sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die
- # Disable MONO for now because of http://bugs.gentoo.org/382491
+ # Disable MONO for now because of https://bugs.gentoo.org/382491
sed -i -e '/^MONO_REQUIRED_VERSION/s:=.*:=9999:' configure || die
use introspection && vala_src_prepare
}
src_configure() {
- # http://bugs.gentoo.org/409133
+ # https://bugs.gentoo.org/409133
export APPINDICATOR_PYTHON_CFLAGS=' '
export APPINDICATOR_PYTHON_LIBS=' '
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild
index 8f99794f0222..b9827c9beb4f 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild
@@ -45,7 +45,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-conditional-py-bindings.patch
eautoreconf
- # Disable MONO for now because of http://bugs.gentoo.org/382491
+ # Disable MONO for now because of https://bugs.gentoo.org/382491
sed -i -e '/^MONO_REQUIRED_VERSION/s:=.*:=9999:' configure || die
}
diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild
index e334366c9572..3a64fa323dc9 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-conditional-py-bindings.patch
eautoreconf
- # Disable MONO for now because of http://bugs.gentoo.org/382491
+ # Disable MONO for now because of https://bugs.gentoo.org/382491
sed -i -e '/^MONO_REQUIRED_VERSION/s:=.*:=9999:' configure || die
}