diff options
author | David Hicks <david@hicks.id.au> | 2017-08-22 20:59:37 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-22 17:57:44 +0200 |
commit | a0dcaaafb0431f5d0479b9d751dd00ea315011c1 (patch) | |
tree | cdcbeb411bb8d58f67c98c72b266e6d941661599 /media-sound/pulseaudio | |
parent | app-i18n/fcitx-anthy: Fix dependency on app-i18n/fcitx (bug #620212). (diff) | |
download | gentoo-a0dcaaafb0431f5d0479b9d751dd00ea315011c1.tar.gz gentoo-a0dcaaafb0431f5d0479b9d751dd00ea315011c1.tar.bz2 gentoo-a0dcaaafb0431f5d0479b9d751dd00ea315011c1.zip |
media-sound/pulseaudio: use HTTPS for freedesktop.org, fix HOMEPAGE
Diffstat (limited to 'media-sound/pulseaudio')
-rw-r--r-- | media-sound/pulseaudio/metadata.xml | 2 | ||||
-rw-r--r-- | media-sound/pulseaudio/pulseaudio-10.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/pulseaudio/metadata.xml b/media-sound/pulseaudio/metadata.xml index 047749e82d97..e35348f6106d 100644 --- a/media-sound/pulseaudio/metadata.xml +++ b/media-sound/pulseaudio/metadata.xml @@ -42,7 +42,7 @@ script for PulseAudio. Since this support is only supported for embedded situations, do not enable without reading the upstream instructions at - http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ . + https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ . </flag> <flag name="asyncns">Use libasyncns for asynchronous name resolution.</flag> <flag name="doc">Build the doxygen-described API documentation.</flag> diff --git a/media-sound/pulseaudio/pulseaudio-10.0.ebuild b/media-sound/pulseaudio/pulseaudio-10.0.ebuild index b0197dca3767..9c5aa47edde5 100644 --- a/media-sound/pulseaudio/pulseaudio-10.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-10.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit autotools bash-completion-r1 eutils flag-o-matic gnome2-utils linux-info systemd user versionator udev multilib-minimal DESCRIPTION="A networked sound server with an advanced plugin system" -HOMEPAGE="http://www.pulseaudio.org/" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/" SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz" # libpulse-simple and libpulse link to libpulse-core; this is daemon's |