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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 931FD15802F for ; Thu, 23 Feb 2023 09:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6602E07A5; Thu, 23 Feb 2023 09:02:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABB5DE0798 for ; Thu, 23 Feb 2023 09:02:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53D32335DA4 for ; Thu, 23 Feb 2023 09:02:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6EF48B9 for ; Thu, 23 Feb 2023 09:01:58 +0000 (UTC) From: "Efe İzbudak" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Efe İzbudak" Message-ID: <1677142874.5f0b79ab80678f55f3a05227674c032d3473d939.efe.izbudak@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/someblocks/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/someblocks/someblocks-1.0.1.ebuild X-VCS-Directories: gui-apps/someblocks/ X-VCS-Committer: efe.izbudak X-VCS-Committer-Name: Efe İzbudak X-VCS-Revision: 5f0b79ab80678f55f3a05227674c032d3473d939 X-VCS-Branch: dev Date: Thu, 23 Feb 2023 09:01:58 +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: a29e21d5-b851-4dea-a661-f419614973c7 X-Archives-Hash: 80fd3087d7d33f53dc5b0d79ed5deba5 commit: 5f0b79ab80678f55f3a05227674c032d3473d939 Author: Efe İzbudak metu edu tr> AuthorDate: Thu Feb 23 08:57:10 2023 +0000 Commit: Efe İzbudak metu edu tr> CommitDate: Thu Feb 23 09:01:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f0b79ab gui-apps/someblocks: remove empty DEPEND Signed-off-by: Efe İzbudak metu.edu.tr> gui-apps/someblocks/someblocks-1.0.1.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gui-apps/someblocks/someblocks-1.0.1.ebuild b/gui-apps/someblocks/someblocks-1.0.1.ebuild index ef0344279..707735f30 100644 --- a/gui-apps/someblocks/someblocks-1.0.1.ebuild +++ b/gui-apps/someblocks/someblocks-1.0.1.ebuild @@ -13,10 +13,6 @@ LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - src_prepare() { default sed -i -e 's:$(LDFLAGS):$(CPPFLAGS) $(CFLAGS) $(LDFLAGS):' Makefile \