diff options
author | Sam James <sam@gentoo.org> | 2024-01-21 04:33:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-21 04:33:27 +0000 |
commit | 11d50bc70f062c0d9c883344bf24c9e9a0f0f6c6 (patch) | |
tree | 8f87fb8c2f300cccfec9d3345d577aadf41fe29e /app-text/zathura | |
parent | sys-apps/s6: Stabilize 2.12.0.3 arm, #922583 (diff) | |
download | gentoo-11d50bc70f062c0d9c883344bf24c9e9a0f0f6c6.tar.gz gentoo-11d50bc70f062c0d9c883344bf24c9e9a0f0f6c6.tar.bz2 gentoo-11d50bc70f062c0d9c883344bf24c9e9a0f0f6c6.zip |
app-text/zathura: fix MissingUseDepDefault
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/zathura')
-rw-r--r-- | app-text/zathura/zathura-0.5.4.ebuild | 4 | ||||
-rw-r--r-- | app-text/zathura/zathura-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/zathura/zathura-0.5.4.ebuild b/app-text/zathura/zathura-0.5.4.ebuild index b33e1ccf4a6b..60ac1e2885c9 100644 --- a/app-text/zathura/zathura-0.5.4.ebuild +++ b/app-text/zathura/zathura-0.5.4.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 @@ -41,7 +41,7 @@ DEPEND=" ${RDEPEND} test? ( dev-libs/check - x11-libs/gtk+[X] + >=x11-libs/gtk+-3.22:3[X] ) " BDEPEND=" diff --git a/app-text/zathura/zathura-9999.ebuild b/app-text/zathura/zathura-9999.ebuild index d3ad8d2fd0a1..3cf03fc8f6e7 100644 --- a/app-text/zathura/zathura-9999.ebuild +++ b/app-text/zathura/zathura-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 @@ -41,7 +41,7 @@ DEPEND=" ${RDEPEND} test? ( dev-libs/check - x11-libs/gtk+[X] + >=x11-libs/gtk+-3.22:3[X] ) " BDEPEND=" |