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 653DE158041 for ; Mon, 8 Apr 2024 17:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74C24E2A18; Mon, 8 Apr 2024 17:47:57 +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 56288E2A18 for ; Mon, 8 Apr 2024 17:47:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E6323432E9 for ; Mon, 8 Apr 2024 17:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD25C16A3 for ; Mon, 8 Apr 2024 17:47:54 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1712598377.60e7fcac8eef2d7b25eab08faa34713c7a90416a.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/editline/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/editline/editline-1.17.1.ebuild X-VCS-Directories: dev-libs/editline/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 60e7fcac8eef2d7b25eab08faa34713c7a90416a X-VCS-Branch: master Date: Mon, 8 Apr 2024 17:47:54 +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: 5e194a2d-ad6a-46dc-b2be-b311d9aca695 X-Archives-Hash: 9e023473953db30398beb14270148fc5 commit: 60e7fcac8eef2d7b25eab08faa34713c7a90416a Author: Florian Schmaus gentoo org> AuthorDate: Mon Apr 8 17:46:17 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Apr 8 17:46:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e7fcac dev-libs/editline: drop empty variable assignments Signed-off-by: Florian Schmaus gentoo.org> dev-libs/editline/editline-1.17.1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-libs/editline/editline-1.17.1.ebuild b/dev-libs/editline/editline-1.17.1.ebuild index eed9640bbec9..0bba672748cf 100644 --- a/dev-libs/editline/editline-1.17.1.ebuild +++ b/dev-libs/editline/editline-1.17.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,10 +10,6 @@ SRC_URI="https://github.com/troglobit/editline/releases/download/${PV}/${P}.tar. LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" PATCHES=("${FILESDIR}"/${PN}-1.16.0-rename-man.patch)