From 7cbedf3430ced5ab1a3f66a3ad401ccc75fe3371 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 7 Sep 2021 13:11:10 +0200 Subject: dev-embedded/ponyprog: EAPI-8 bump, revert bundle qhexedit2 See also: https://github.com/gentoo/gentoo/pull/19870 Add missing dependencies. Rebase 3.1.2-fix-build-system.patch on 3.1.2. Bug: https://bugs.gentoo.org/696626 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- .../files/ponyprog-3.1.1-fix-build-system.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch (limited to 'dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch') diff --git a/dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch b/dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch deleted file mode 100644 index 9f4e44d69267..000000000000 --- a/dev-embedded/ponyprog/files/ponyprog-3.1.1-fix-build-system.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/CMakeLists.txt.old 2020-02-15 13:35:28.308010048 +0100 -+++ b/CMakeLists.txt 2020-02-15 13:37:06.726655159 +0100 -@@ -42,14 +42,6 @@ - OPTION (USE_PROFILER "Include in binary file profiling information" OFF) - - --IF(${USE_DEBUGGER}) -- SET(CMAKE_BUILD_TYPE Debug) -- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS_DEBUG} -Wall") --ELSE() -- SET(CMAKE_BUILD_TYPE Release) -- SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS_RELEASE} -Wall") --ENDIF() -- - MESSAGE(STATUS "CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}") - - INCLUDE(CheckIncludeFile) -- cgit v1.2.3