diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:13:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 14:13:39 +0200 |
commit | 8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5 (patch) | |
tree | 91711ca75bd858cab4d80a0aa3e1eb329d7b4376 /sys-power/upower-pm-utils | |
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 'sys-power/upower-pm-utils')
-rw-r--r-- | sys-power/upower-pm-utils/upower-pm-utils-0.9.23-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/upower-pm-utils/upower-pm-utils-0.9.23-r2.ebuild b/sys-power/upower-pm-utils/upower-pm-utils-0.9.23-r2.ebuild index 90fcb1e8d61f..5a9c4c1f8163 100644 --- a/sys-power/upower-pm-utils/upower-pm-utils-0.9.23-r2.ebuild +++ b/sys-power/upower-pm-utils/upower-pm-utils-0.9.23-r2.ebuild @@ -48,7 +48,7 @@ src_prepare() { sed -i -e '/DISABLE_DEPRECATED/d' configure || die # http://bugs.freedesktop.org/show_bug.cgi?id=79565 - # http://bugzilla.xfce.org/show_bug.cgi?id=10931 + # https://bugzilla.xfce.org/show_bug.cgi?id=10931 # Same effect as Debian -no_deprecation_define.patch, they patch .h, we patch .pc sed -i -e 's|Cflags: |&-DUPOWER_ENABLE_DEPRECATED |' upower-glib.pc.in || die |