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 /dev-libs/embryo | |
parent | 68bd169922f0b3ad5a6eaa4d9c470e594cdb8e7a (diff) | |
download | gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.tar.gz gentoo-8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5.tar.xz |
Convert all URIs for enlightenment.org and bugzilla.xfce.org to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-libs/embryo')
-rw-r--r-- | dev-libs/embryo/embryo-1.7.10.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/embryo/embryo-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/embryo/embryo-1.7.10.ebuild b/dev-libs/embryo/embryo-1.7.10.ebuild index d83379f555c..545cf13623b 100644 --- a/dev-libs/embryo/embryo-1.7.10.ebuild +++ b/dev-libs/embryo/embryo-1.7.10.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_URI_APPEND=${PN} EGIT_BRANCH=${PN}-1.7 else - SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" + SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" EKEY_STATE="snap" fi diff --git a/dev-libs/embryo/embryo-9999.ebuild b/dev-libs/embryo/embryo-9999.ebuild index d83379f555c..545cf13623b 100644 --- a/dev-libs/embryo/embryo-9999.ebuild +++ b/dev-libs/embryo/embryo-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_URI_APPEND=${PN} EGIT_BRANCH=${PN}-1.7 else - SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" + SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2" EKEY_STATE="snap" fi |