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 90BED158009 for ; Fri, 30 Jun 2023 13:33:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 325FDE09ED; Fri, 30 Jun 2023 13:33:25 +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 14D1EE09E4 for ; Fri, 30 Jun 2023 13:33:25 +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 2E452340C58 for ; Fri, 30 Jun 2023 13:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EFB7AD2 for ; Fri, 30 Jun 2023 13:33:20 +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: <1688131645.a095867157cc6a4ccd7ecebf7f86d7b8b60833b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/reiserfs-defrag/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild X-VCS-Directories: sys-fs/reiserfs-defrag/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a095867157cc6a4ccd7ecebf7f86d7b8b60833b0 X-VCS-Branch: master Date: Fri, 30 Jun 2023 13:33:20 +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: da7ad4fe-9384-44ec-90b3-00c3c14676dd X-Archives-Hash: 9ffcd2e71fa8b92d4b316063dbb6d7ff commit: a095867157cc6a4ccd7ecebf7f86d7b8b60833b0 Author: Sam James gentoo org> AuthorDate: Fri Jun 30 13:27:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 30 13:27:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0958671 sys-fs/reiserfs-defrag: drop blank DEPEND/RDEPEND This makes it hard to grep for actual mistakes like DEPEND=DEPEND. Signed-off-by: Sam James gentoo.org> sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild b/sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild index 3d0f7202d04a..023571c6b3bf 100644 --- a/sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild +++ b/sys-fs/reiserfs-defrag/reiserfs-defrag-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,9 +13,6 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -DEPEND="" -RDEPEND="${DEPEND}" - DOCS=( ChangeLog README.md ) pkg_postinst() {