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 62ACE15808B for ; Thu, 10 Mar 2022 22:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A673BE08EC; Thu, 10 Mar 2022 22:47:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8986DE08EC for ; Thu, 10 Mar 2022 22:47:17 +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 7B553342F7F for ; Thu, 10 Mar 2022 22:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0DA52FB for ; Thu, 10 Mar 2022 22:47:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646952422.edca28f9b6f55eb8c60367394cf1986824e2a865.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellsun/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild X-VCS-Directories: x11-plugins/gkrellsun/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: edca28f9b6f55eb8c60367394cf1986824e2a865 X-VCS-Branch: master Date: Thu, 10 Mar 2022 22:47:14 +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: 006c2371-fc61-4783-84de-2694713f0b29 X-Archives-Hash: 83fbec5d428c44f9aca2bf0530e220ae commit: edca28f9b6f55eb8c60367394cf1986824e2a865 Author: Sam James gentoo org> AuthorDate: Thu Mar 10 22:47:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Mar 10 22:47:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edca28f9 x11-plugins/gkrellsun: fix DoubleEmptyLine Signed-off-by: Sam James gentoo.org> x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild index c6d635b3beb1..3e9401aa303e 100644 --- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild +++ b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild @@ -23,7 +23,6 @@ PATCHES=( "${FILESDIR}"/${P}-Respect-LDFLAGS.patch ) - src_configure() { PLUGIN_SO=( src20/gkrellsun$(get_modname) ) default