diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-16 12:53:36 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-16 12:55:05 +0200 |
commit | 2c5d37c83386c3a5309672d19269b7f3ff0aa750 (patch) | |
tree | 70ec0ccdfb7f88af70ffc84edc10ed4f06690af4 /app-editors | |
parent | app-editors/ghex: update Manifest (diff) | |
download | gentoo-2c5d37c83386c3a5309672d19269b7f3ff0aa750.tar.gz gentoo-2c5d37c83386c3a5309672d19269b7f3ff0aa750.tar.bz2 gentoo-2c5d37c83386c3a5309672d19269b7f3ff0aa750.zip |
app-editors/ghex: Sync 9999 with the latest ebuild
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/ghex-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/ghex/ghex-9999.ebuild b/app-editors/ghex/ghex-9999.ebuild index 6bc800a0f081..0a2c139952a9 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 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ FDL-1.1+" @@ -23,8 +23,8 @@ SLOT="4" RDEPEND=" >=dev-libs/glib-2.68.0:2 - >=gui-libs/gtk-4.4.0:4[introspection] - gui-libs/libadwaita:1 + >=gui-libs/gtk-4.4.0:4 + >=gui-libs/libadwaita-1.2:1 dev-libs/gobject-introspection !app-editors/ghex:2 " |