summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-31 22:35:10 +1000
committerMichał Górny <mgorny@gentoo.org>2017-08-17 19:02:38 +0200
commit2541fc75ad43fb04e6627798df37d88f373f01ee (patch)
tree964f4cc6f2f9bcd586cd1a3daca920d96fe78dc6 /sys-boot/plymouth/plymouth-9999.ebuild
parentkde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old (diff)
downloadgentoo-2541fc75ad43fb04e6627798df37d88f373f01ee.tar.gz
gentoo-2541fc75ad43fb04e6627798df37d88f373f01ee.tar.bz2
gentoo-2541fc75ad43fb04e6627798df37d88f373f01ee.zip
sys-boot/plymouth: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-boot/plymouth/plymouth-9999.ebuild')
-rw-r--r--sys-boot/plymouth/plymouth-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild
index ea9aa1bd7d6b..45f6e2cec40a 100644
--- a/sys-boot/plymouth/plymouth-9999.ebuild
+++ b/sys-boot/plymouth/plymouth-9999.ebuild
@@ -3,10 +3,10 @@
EAPI=6
-SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png"
+SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/sys-boot/plymouth/gentoo-logo.png"
if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="git://anongit.freedesktop.org/plymouth"
+ EGIT_REPO_URI="https://anongit.freedesktop.org/git/plymouth"
inherit git-r3
else
SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz"