commit:     3485c82cf6810dbfa62451ee3948702bd9db24f3
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 12:55:36 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 12:56:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3485c82c

dev-tcltk/tkdnd: require libXcursor

Closes: https://bugs.gentoo.org/925612
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-tcltk/tkdnd/{tkdnd-2.9.4.ebuild => tkdnd-2.9.4-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-tcltk/tkdnd/tkdnd-2.9.4.ebuild 
b/dev-tcltk/tkdnd/tkdnd-2.9.4-r1.ebuild
similarity index 94%
rename from dev-tcltk/tkdnd/tkdnd-2.9.4.ebuild
rename to dev-tcltk/tkdnd/tkdnd-2.9.4-r1.ebuild
index 014f6d7ec75a..f21df17ee8a9 100644
--- a/dev-tcltk/tkdnd/tkdnd-2.9.4.ebuild
+++ b/dev-tcltk/tkdnd/tkdnd-2.9.4-r1.ebuild
@@ -14,7 +14,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug threads X"
 
-DEPEND="dev-lang/tk:="
+DEPEND="
+       dev-lang/tk:=
+       x11-libs/libXcursor
+"
 RDEPEND=${DEPEND}
 
 QA_CONFIG_IMPL_DECL_SKIP=(

Reply via email to