diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-05 21:51:22 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-05 22:03:45 -0400 |
commit | a75a8e959542c6378785bfa2896e0454c9c51b45 (patch) | |
tree | c550c6aede3cf86e979cc3767abe46b304205d3a /app-editors/ghex/ghex-9999.ebuild | |
parent | dev-lang/dafny-bin: bump to 3.9.0 (diff) | |
download | gentoo-a75a8e959542c6378785bfa2896e0454c9c51b45.tar.gz gentoo-a75a8e959542c6378785bfa2896e0454c9c51b45.tar.bz2 gentoo-a75a8e959542c6378785bfa2896e0454c9c51b45.zip |
app-editors/ghex: Update live ebuild
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors/ghex/ghex-9999.ebuild')
-rw-r--r-- | app-editors/ghex/ghex-9999.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild index b9a8b8490096..e0eb24528bc6 100644 --- a/app-editors/ghex/ghex-9999.ebuild +++ b/app-editors/ghex/ghex-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/ghex.git" SRC_URI="" else - KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ FDL-1.1+" @@ -22,8 +22,9 @@ RESTRICT="!test? ( test )" SLOT="4" RDEPEND=" - >=dev-libs/glib-2.66.0:2 - >=gui-libs/gtk-4.0.0:4 + >=dev-libs/glib-2.68.0:2 + >=gui-libs/gtk-4.4.0:4 + gui-libs/libadwaita:1 dev-libs/gobject-introspection !app-editors/ghex:2 " @@ -43,8 +44,13 @@ BDEPEND=" src_configure() { local emesonargs=( -Ddocdir="${EPREFIX}"/usr/share/gtk-doc/ + -Ddevelopment=false + -Dmmap-buffer-backend=true + -Ddirect-buffer-backend=true -Dintrospection=enabled $(meson_use gtk-doc gtk_doc) + -Dstatic-html-help=false + -Dvapi=false ) meson_src_configure } |