diff options
author | Stefan Strogin <stefan.strogin@gmail.com> | 2019-03-03 17:25:47 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-03-04 20:48:48 +0000 |
commit | 51f2549c1423eabad46f8461f6488ea1d21141fd (patch) | |
tree | b93612a36c173136f8e75f5755ba1fee43e0615d /dev-games | |
parent | dev-games/physfs: backport patch to fix PHYSFS_setWriteDir (diff) | |
download | gentoo-51f2549c1423eabad46f8461f6488ea1d21141fd.tar.gz gentoo-51f2549c1423eabad46f8461f6488ea1d21141fd.tar.bz2 gentoo-51f2549c1423eabad46f8461f6488ea1d21141fd.zip |
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@gmail.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-games')
-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" |