diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-04-30 16:11:20 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-04-30 16:11:34 +0200 |
commit | 145837bdd3fdde45c5f513f6892ced9c4d51feb5 (patch) | |
tree | 5f2f707dcabe5686c2c26a98856f7267652dcb40 /x11-libs/fltk/fltk-1.3.3-r3.ebuild | |
parent | x11-libs/fltk: Define DSOFLAGS (diff) | |
download | gentoo-145837bdd3fdde45c5f513f6892ced9c4d51feb5.tar.gz gentoo-145837bdd3fdde45c5f513f6892ced9c4d51feb5.tar.bz2 gentoo-145837bdd3fdde45c5f513f6892ced9c4d51feb5.zip |
x11-libs/fltk: Use HTTPS
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-libs/fltk/fltk-1.3.3-r3.ebuild')
-rw-r--r-- | x11-libs/fltk/fltk-1.3.3-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/fltk/fltk-1.3.3-r3.ebuild b/x11-libs/fltk/fltk-1.3.3-r3.ebuild index 93aea9c564ef..e0631dc59cc9 100644 --- a/x11-libs/fltk/fltk-1.3.3-r3.ebuild +++ b/x11-libs/fltk/fltk-1.3.3-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools eutils fdo-mime flag-o-matic DESCRIPTION="C++ user interface toolkit for X and OpenGL" -HOMEPAGE="http://www.fltk.org/" -SRC_URI="http://fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz" +HOMEPAGE="https://www.fltk.org/" +SRC_URI="https://www.fltk.org/pub/${PN}/${PV}/${P}-source.tar.gz" SLOT="1" LICENSE="FLTK LGPL-2" |