diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-04-13 13:18:54 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-13 13:18:54 +0300 |
commit | 2a6717a6d84b317773e8b4a4d6218d60d3c6c58b (patch) | |
tree | a8117f62f6db29b907efa4e994564217671a2ce3 /app-editors | |
parent | app-editors/ghex: drop 44.2, 45.0 (diff) | |
download | gentoo-2a6717a6d84b317773e8b4a4d6218d60d3c6c58b.tar.gz gentoo-2a6717a6d84b317773e8b4a4d6218d60d3c6c58b.tar.bz2 gentoo-2a6717a6d84b317773e8b4a4d6218d60d3c6c58b.zip |
app-editors/ghex: add missing dep in live ebuild
Bug: https://bugs.gentoo.org/913726
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/ghex-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild index 7d5199d0588b..6bc800a0f081 100644 --- a/app-editors/ghex/ghex-9999.ebuild +++ b/app-editors/ghex/ghex-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ SLOT="4" RDEPEND=" >=dev-libs/glib-2.68.0:2 - >=gui-libs/gtk-4.4.0:4 + >=gui-libs/gtk-4.4.0:4[introspection] gui-libs/libadwaita:1 dev-libs/gobject-introspection !app-editors/ghex:2 |