diff options
Diffstat (limited to 'x11-libs/libdrm/libdrm-2.4.59.ebuild')
-rw-r--r-- | x11-libs/libdrm/libdrm-2.4.59.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libdrm/libdrm-2.4.59.ebuild b/x11-libs/libdrm/libdrm-2.4.59.ebuild index cee532b33d8..c98e8fe0443 100644 --- a/x11-libs/libdrm/libdrm-2.4.59.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.59.ebuild @@ -8,11 +8,11 @@ XORG_MULTILIB=yes inherit xorg-2 DESCRIPTION="X.Org libdrm library" -HOMEPAGE="http://dri.freedesktop.org/" +HOMEPAGE="https://dri.freedesktop.org/" if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm" else - SRC_URI="http://dri.freedesktop.org/${PN}/${P}.tar.bz2" + SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2" fi KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" |