From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFDD4158041 for ; Tue, 7 Sep 2021 12:08:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9C0BE08A2; Tue, 7 Sep 2021 12:08:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8CA8E08A2 for ; Tue, 7 Sep 2021 12:08:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E42A342AAC for ; Tue, 7 Sep 2021 12:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6AB1BA for ; Tue, 7 Sep 2021 12:08:42 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1631016501.24f6c4fa87fe23387175f5bdb813166ee988563d.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/arrows/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/arrows/arrows-0.6-r2.ebuild X-VCS-Directories: games-puzzle/arrows/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 24f6c4fa87fe23387175f5bdb813166ee988563d X-VCS-Branch: master Date: Tue, 7 Sep 2021 12:08:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1ca51e3a-ec86-4d18-ab36-9f848c4093a8 X-Archives-Hash: 67aefecabce0cee09097fc00125cc11b commit: 24f6c4fa87fe23387175f5bdb813166ee988563d Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 7 11:55:56 2021 +0000 Commit: Ionen Wolkens gentoo 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 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}"