diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2024-05-31 19:13:03 +0200 |
---|---|---|
committer | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2024-05-31 19:13:03 +0200 |
commit | 1e7ec86e9041080028821ecbcfcd298087098de2 (patch) | |
tree | 1b675effb8cf9a6ad9ae723e8e42cc12554a671e /x11-misc | |
parent | www-client/badwolf: Add dep on libxml2 and glib (diff) | |
download | guru-1e7ec86e9041080028821ecbcfcd298087098de2.tar.gz guru-1e7ec86e9041080028821ecbcfcd298087098de2.tar.bz2 guru-1e7ec86e9041080028821ecbcfcd298087098de2.zip |
x11-misc/gromit-mpx: add missing packaged to RDEPEND
Closes: https://bugs.gentoo.org/933259
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/gromit-mpx/gromit-mpx-9999.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild b/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild index 18ac1a5e8..6e3a5cdef 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-1.6.0.ebuild @@ -20,9 +20,13 @@ LICENSE="GPL-2" SLOT="0" RDEPEND=" - x11-libs/gtk+:3 + dev-libs/glib dev-libs/libappindicator:3 + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 x11-libs/libX11 + x11-libs/libXi >=x11-apps/xinput-1.3 " DEPEND="${RDEPEND}" diff --git a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild index 074c4f153..6e3a5cdef 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,9 +20,13 @@ LICENSE="GPL-2" SLOT="0" RDEPEND=" - x11-libs/gtk+:3 + dev-libs/glib dev-libs/libappindicator:3 + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 x11-libs/libX11 + x11-libs/libXi >=x11-apps/xinput-1.3 " DEPEND="${RDEPEND}" |