mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-editors/wxhexeditor: slot op on x11-libs/wxGTK
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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
|
||||
@@ -10,6 +10,7 @@ inherit flag-o-matic toolchain-funcs wxwidgets
|
||||
DESCRIPTION="A cross-platform hex editor designed specially for large files"
|
||||
HOMEPAGE="https://github.com/EUA/wxHexEditor"
|
||||
SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_PN}-v${PV}-src.tar.xz"
|
||||
S="${WORKDIR}/${MY_PN}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
@@ -18,11 +19,9 @@ KEYWORDS="~amd64 ~riscv ~x86"
|
||||
DEPEND="
|
||||
app-crypt/mhash
|
||||
dev-libs/udis86
|
||||
x11-libs/wxGTK:${WX_GTK_VER}[X]"
|
||||
x11-libs/wxGTK:${WX_GTK_VER}=[X]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-syslibs.patch
|
||||
"${FILESDIR}"/${P}-desktop.patch
|
||||
Reference in New Issue
Block a user