summaryrefslogtreecommitdiff
path: root/dev-embedded/ponyprog
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-05-01 15:12:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-05-01 18:40:30 +0200
commit6ba68ecef3c949e9db35fb7332543dd56962d9fb (patch)
treea2fe9b1d256837434deaa574a4177237dc52524c /dev-embedded/ponyprog
parentde4ce61e4659f4a9de87290147dd64d68f04ba76 (diff)
downloadgentoo-6ba68ecef3c949e9db35fb7332543dd56962d9fb.tar.gz
gentoo-6ba68ecef3c949e9db35fb7332543dd56962d9fb.tar.bz2
gentoo-6ba68ecef3c949e9db35fb7332543dd56962d9fb.zip
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@gentoo.org>
Diffstat (limited to 'dev-embedded/ponyprog')
-rw-r--r--dev-embedded/ponyprog/files/ponyprog-3.1.3-fix-build-system.patch2
-rw-r--r--dev-embedded/ponyprog/ponyprog-3.1.3-r1.ebuild1
2 files changed, 1 insertions, 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