diff options
| author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2025-01-25 23:12:17 +0300 |
|---|---|---|
| committer | Petr Vaněk <arkamar@gentoo.org> | 2025-01-26 13:44:36 +0100 |
| commit | 14aa4771083048cb2ba3fa7ee6b434dec68fce56 (patch) | |
| tree | c80ead75eb5b9109e408b3db4bc923c7751c7dcf /dev-util/codeblocks | |
| parent | b8e88cd487828131565f05f4ed64555362184162 (diff) | |
| download | gentoo-14aa4771083048cb2ba3fa7ee6b434dec68fce56.tar.gz gentoo-14aa4771083048cb2ba3fa7ee6b434dec68fce56.tar.bz2 gentoo-14aa4771083048cb2ba3fa7ee6b434dec68fce56.zip | |
dev-util/codeblocks: update 9999.ebuild
Update RDEPEND '>=dev-util/astyle-3.1-r2:0/3.1'
with '>=dev-util/astyle-3.1-r2:0='.
Remove needless 'app-admin/gamin', 'dev-libs/libgamin' dependencies.
Force '-std=c++17' to build against 'dev-util/astyle-3.6.1`
that requires C++17 compatibility.
See upstream issue: https://sourceforge.net/p/codeblocks/tickets/1512
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/40212
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-util/codeblocks')
| -rw-r--r-- | dev-util/codeblocks/codeblocks-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/codeblocks/codeblocks-9999.ebuild b/dev-util/codeblocks/codeblocks-9999.ebuild index 330b857627b4..2127adf3b262 100644 --- a/dev-util/codeblocks/codeblocks-9999.ebuild +++ b/dev-util/codeblocks/codeblocks-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,15 +22,13 @@ BDEPEND="virtual/pkgconfig" RDEPEND="app-arch/zip dev-libs/glib:2 >=dev-libs/tinyxml-2.6.2-r3 - >=dev-util/astyle-3.1-r2:0/3.1 + >=dev-util/astyle-3.1-r2:0= x11-libs/gtk+:3 x11-libs/wxGTK:${WX_GTK_VER}[X] contrib? ( - app-admin/gamin app-arch/bzip2 app-text/hunspell:= dev-libs/boost:= - dev-libs/libgamin media-libs/fontconfig sys-libs/zlib )" @@ -55,6 +53,8 @@ src_prepare() { src_configure() { # Bug 858338 append-flags -fno-strict-aliasing + # Upstream issue: https://sourceforge.net/p/codeblocks/tickets/1512 + append-cxxflags -std=c++17 setup-wxwidgets |
