summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 12:36:23 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 12:36:23 +0200
commit71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch)
treee4cbe29b6d056c3b011285fc8142356298f8347f /media-sound/pragha/pragha-1.1.2.1.ebuild
parentAdd missing remote-id (diff)
downloadgentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz
gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2
gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'media-sound/pragha/pragha-1.1.2.1.ebuild')
-rw-r--r--media-sound/pragha/pragha-1.1.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pragha/pragha-1.1.2.1.ebuild b/media-sound/pragha/pragha-1.1.2.1.ebuild
index 3c855ed900ec..57f046999437 100644
--- a/media-sound/pragha/pragha-1.1.2.1.ebuild
+++ b/media-sound/pragha/pragha-1.1.2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit flag-o-matic xfconf
DESCRIPTION="A lightweight music player (with support for the Xfce desktop environment)"
-HOMEPAGE="http://pragha.wikispaces.com/ http://github.com/matiasdelellis/pragha"
+HOMEPAGE="http://pragha.wikispaces.com/ https://github.com/matiasdelellis/pragha"
SRC_URI="http://dissonance.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-3"
@@ -53,7 +53,7 @@ src_prepare() {
src_configure() {
# src/cdda.h should #include config.h to get this defined:
- # http://github.com/matiasdelellis/pragha/issues/46
+ # https://github.com/matiasdelellis/pragha/issues/46
append-cppflags -DHAVE_PARANOIA_NEW_INCLUDES
xfconf_src_configure
}