commit: 6ba68ecef3c949e9db35fb7332543dd56962d9fb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu May 1 13:12:45 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 1 16:40:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba68ece
dev-embedded/ponyprog: Drop no-op IUSE doc, fix build w/ >=cmake-4 Closes: https://bugs.gentoo.org/948645 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch | 2 +- dev-embedded/ponyprog/ponyprog-3.1.3-r1.ebuild | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch b/dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch index acff26538cd4..3ba241a20162 100644 --- a/dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch +++ b/dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch @@ -7,7 +7,7 @@ index 99e6ff1..d80dcc8 100644 # Configure CMake ... -CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR) -+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) # CMAKE_POLICY(SET CMP0003 OLD) # CMAKE_POLICY(SET CMP0015 OLD) diff --git a/dev-embedded/ponyprog/ponyprog-3.1.3-r1.ebuild b/dev-embedded/ponyprog/ponyprog-3.1.3-r1.ebuild index 95733eca1af2..0bb01589edd6 100644 --- a/dev-embedded/ponyprog/ponyprog-3.1.3-r1.ebuild +++ b/dev-embedded/ponyprog/ponyprog-3.1.3-r1.ebuild @@ -12,7 +12,6 @@ SRC_URI="https://github.com/lancos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="doc" DEPEND=" <app-editors/qhexedit2-0.8.10
