Skip to content

Commit

Permalink
dev-games/physfs: use https; bump EAPI to 7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Stefan Strogin <[email protected]>
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
steils authored and chewi committed Mar 4, 2019
1 parent 248251b commit 51f2549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-games/physfs/physfs-3.0.1-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 51f2549

Please sign in to comment.