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 BEDEE159C9B for ; Mon, 12 Aug 2024 09:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA6D9E2C57; Mon, 12 Aug 2024 09:07:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFCB9E2C57 for ; Mon, 12 Aug 2024 09:07:12 +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 C0139343066 for ; Mon, 12 Aug 2024 09:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB869174C for ; Mon, 12 Aug 2024 09:07:09 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1723453617.3a3435479a2b84a39a02429d31dd101add8fd92d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/io-scheduler-udev-rules/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild X-VCS-Directories: sys-block/io-scheduler-udev-rules/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3a3435479a2b84a39a02429d31dd101add8fd92d X-VCS-Branch: master Date: Mon, 12 Aug 2024 09:07:09 +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: 49c7a198-4bef-486f-bfc1-a707c1526a40 X-Archives-Hash: 1efabac8bb5b6a317cd5330148c1c67b commit: 3a3435479a2b84a39a02429d31dd101add8fd92d Author: Filip Kobierski pm me> AuthorDate: Sat Aug 10 22:56:34 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Aug 12 09:06:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a343547 sys-block/io-scheduler-udev-rules: remove empty variables Signed-off-by: Filip Kobierski pm.me> Closes: https://github.com/gentoo/gentoo/pull/38079 Signed-off-by: Pacho Ramos gentoo.org> sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild index aefc11f81ac8..4cce20390029 100644 --- a/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild +++ b/sys-block/io-scheduler-udev-rules/io-scheduler-udev-rules-2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,11 +11,8 @@ SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="" -DEPEND="" RDEPEND="virtual/udev" -BDEPEND="" src_install() { insinto /etc/default