diff options
Diffstat (limited to 'dev-games/physfs')
-rw-r--r-- | dev-games/physfs/physfs-3.0.1-r2.ebuild | 6 |
1 files 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 79ee475a7b89..09e33ed95e93 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" |