From f0db311aaffd35f08114c4b06c30385f2e711431 Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sun, 19 Jan 2025 13:10:45 +0100 Subject: [PATCH] fix gui-apps/clipse deps --- gui-apps/clipse/clipse-1.1.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gui-apps/clipse/clipse-1.1.0.ebuild b/gui-apps/clipse/clipse-1.1.0.ebuild index c3f6722..6e720bd 100644 --- a/gui-apps/clipse/clipse-1.1.0.ebuild +++ b/gui-apps/clipse/clipse-1.1.0.ebuild @@ -16,6 +16,10 @@ LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0" SLOT="0" KEYWORDS="~amd64" +DEPEND=" + gui-apps/wl-clipboard +" + src_compile() { emake build }