diff options
author | 2015-08-24 14:13:39 +0200 | |
---|---|---|
committer | 2015-08-24 14:13:39 +0200 | |
commit | 8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5 (patch) | |
tree | 91711ca75bd858cab4d80a0aa3e1eb329d7b4376 /xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild | |
parent | Convert URIs for gnome.org and kde.org to https (diff) | |
download | gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.tar.gz gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.tar.bz2 gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.zip |
Convert all URIs for enlightenment.org and bugzilla.xfce.org to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild index 6ba2485ec59c..7340e761247f 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild @@ -50,9 +50,9 @@ src_prepare() { # Use flags from xfce4-dev-tools instead of defining them again in # configure.in wrt #386979 # Remove AC_PROG_LIBTOOL because LT_INIT([disable-static]) is also present: - # http://bugzilla.xfce.org/show_bug.cgi?id=8888 + # https://bugzilla.xfce.org/show_bug.cgi?id=8888 # Use AC_CONFIG_HEADERS for automake-1.13 compability, see: - # http://bugzilla.xfce.org/show_bug.cgi?id=10031 + # https://bugzilla.xfce.org/show_bug.cgi?id=10031 sed -i \ -e '/PLATFORM_CFLAGS/s:-Werror::' \ configure.ac || die |