commit: 24f6c4fa87fe23387175f5bdb813166ee988563d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 11:55:56 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 12:08:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f6c4fa
games-puzzle/arrows: remove some now-unnecessary deps
PR for previous commit was right to add these, but it later (also)
fixed -Wl,--as-needed to be used properly, and so some of these
are not in DT_NEEDED anymore (except glib/pango/gtk).
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-puzzle/arrows/arrows-0.6-r2.ebuild | 6 ------
1 file changed, 6 deletions(-)
diff --git a/games-puzzle/arrows/arrows-0.6-r2.ebuild
b/games-puzzle/arrows/arrows-0.6-r2.ebuild
index cb91302342e..020deb8745c 100644
--- a/games-puzzle/arrows/arrows-0.6-r2.ebuild
+++ b/games-puzzle/arrows/arrows-0.6-r2.ebuild
@@ -14,13 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- dev-libs/atk
dev-libs/glib:2
- media-libs/fontconfig
- media-libs/freetype
- media-libs/harfbuzz:=
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
x11-libs/pango"
DEPEND="${RDEPEND}"