commit: 6e0e32fce1e3c8e9b8609b8a6453f6e65694d0bf Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Tue Jul 19 09:22:58 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Tue Jul 19 09:29:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0e32fc
games-strategy/augustus: drop uncapped patch for 3.1.0 Upstream added a setting to adjust max number of grand temples and do not believe this is relevant anymore (and does not apply). Closes: https://bugs.gentoo.org/859259 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-strategy/augustus/augustus-3.1.0.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/games-strategy/augustus/augustus-3.1.0.ebuild b/games-strategy/augustus/augustus-3.1.0.ebuild index f960223417a5..65d4a30ac096 100644 --- a/games-strategy/augustus/augustus-3.1.0.ebuild +++ b/games-strategy/augustus/augustus-3.1.0.ebuild @@ -12,7 +12,6 @@ SRC_URI="https://github.com/Keriew/augustus/archive/refs/tags/v${PV}.tar.gz -> $ LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64" -IUSE="uncapped" DEPEND=" dev-libs/expat @@ -29,11 +28,6 @@ PATCHES=( "${FILESDIR}/${PN}-3.1.0-musl-fix-execinfo.patch" ) -src_prepare() { - use uncapped && eapply "${FILESDIR}"/${PN}-3.0.1-uncapped.patch - cmake_src_prepare -} - src_install() { cmake_src_install dodir /usr/libexec
