diff options
Diffstat (limited to 'media-sound/pragha/pragha-1.1.2.1.ebuild')
-rw-r--r-- | media-sound/pragha/pragha-1.1.2.1.ebuild | 4 |
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 } |