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 254C11382C5 for ; Sat, 28 Apr 2018 00:52:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 671CFE0984; Sat, 28 Apr 2018 00:52:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4681DE0984 for ; Sat, 28 Apr 2018 00:52:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5AD7E335C9C for ; Sat, 28 Apr 2018 00:52:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4154D2A3 for ; Sat, 28 Apr 2018 00:52:29 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1524876739.185c91eff5ca3ad470e827acad4b05a8a6ab7aa7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/asclock/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/asclock/asclock-2.0.12-r2.ebuild x11-plugins/asclock/asclock-2.0.12-r3.ebuild X-VCS-Directories: x11-plugins/asclock/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 185c91eff5ca3ad470e827acad4b05a8a6ab7aa7 X-VCS-Branch: master Date: Sat, 28 Apr 2018 00:52:29 +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-Archives-Salt: 2bc4c01c-b6c5-4fad-a7b2-b020fee16c6e X-Archives-Hash: bc794a8f04c6d0b4a9e98c34f0b79242 commit: 185c91eff5ca3ad470e827acad4b05a8a6ab7aa7 Author: Matt Turner gentoo org> AuthorDate: Sat Apr 28 00:49:53 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Apr 28 00:52:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185c91ef x11-plugins/asclock: Drop unnecessary x11-proto dep .../asclock/{asclock-2.0.12-r2.ebuild => asclock-2.0.12-r3.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-plugins/asclock/asclock-2.0.12-r2.ebuild b/x11-plugins/asclock/asclock-2.0.12-r3.ebuild similarity index 96% rename from x11-plugins/asclock/asclock-2.0.12-r2.ebuild rename to x11-plugins/asclock/asclock-2.0.12-r3.ebuild index e7b14ca2e97..96b5e7d11f7 100644 --- a/x11-plugins/asclock/asclock-2.0.12-r2.ebuild +++ b/x11-plugins/asclock/asclock-2.0.12-r3.ebuild @@ -14,9 +14,7 @@ SLOT="0" KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" DEPEND="x11-libs/libXpm" -RDEPEND="${DEPEND} - x11-proto/xextproto - x11-proto/xproto" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${PN}-gcc41.patch )