commit: 51f2549c1423eabad46f8461f6488ea1d21141fd Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com> AuthorDate: Sun Mar 3 15:25:47 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Mar 4 20:48:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f2549c
dev-games/physfs: use https; bump EAPI to 7 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com> Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> dev-games/physfs/physfs-3.0.1-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-games/physfs/physfs-3.0.1-r2.ebuild b/dev-games/physfs/physfs-3.0.1-r2.ebuild index 79ee475a7b8..09e33ed95e9 100644 --- a/dev-games/physfs/physfs-3.0.1-r2.ebuild +++ b/dev-games/physfs/physfs-3.0.1-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-multilib DESCRIPTION="Abstraction layer for filesystem and archive access" -HOMEPAGE="http://icculus.org/physfs/" -SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2" +HOMEPAGE="https://icculus.org/physfs/" +SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0"
