diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-08-11 21:45:55 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-11 21:56:42 +0200 |
commit | 5aea33e51ca0363ca14115524b0427895811ae2d (patch) | |
tree | 493d59537ff21fc74a9775df4d89b295cf130dc1 /dev-libs/fribidi/fribidi-0.19.7.ebuild | |
parent | dev-util/Orange: fix homepage (diff) | |
download | gentoo-5aea33e51ca0363ca14115524b0427895811ae2d.tar.gz gentoo-5aea33e51ca0363ca14115524b0427895811ae2d.tar.bz2 gentoo-5aea33e51ca0363ca14115524b0427895811ae2d.zip |
dev-libs/fribidi: fix homepage, src_uri
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs/fribidi/fribidi-0.19.7.ebuild')
-rw-r--r-- | dev-libs/fribidi/fribidi-0.19.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/fribidi/fribidi-0.19.7.ebuild b/dev-libs/fribidi/fribidi-0.19.7.ebuild index fdb6c017639a..d412461bead8 100644 --- a/dev-libs/fribidi/fribidi-0.19.7.ebuild +++ b/dev-libs/fribidi/fribidi-0.19.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ AUTOTOOLS_AUTORECONF=1 inherit autotools autotools-multilib DESCRIPTION="A free implementation of the unicode bidirectional algorithm" -HOMEPAGE="http://fribidi.org/" -SRC_URI="http://fribidi.org/download/${P}.tar.bz2" +HOMEPAGE="https://fribidi.org/" +SRC_URI="https://fribidi.org/download/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" |