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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EAB613835B for ; Fri, 2 Apr 2021 14:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 761D3E0864; Fri, 2 Apr 2021 14:04:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E94AE0869 for ; Fri, 2 Apr 2021 14:04:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53B8F340C7B for ; Fri, 2 Apr 2021 14:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E149C634 for ; Fri, 2 Apr 2021 14:04:44 +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: <1617372267.86c83dbf13ef0d1b1fc26d73333763007694bfb2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/UUID-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild dev-perl/UUID-Tiny/UUID-Tiny-1.40.0.ebuild X-VCS-Directories: dev-perl/UUID-Tiny/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 86c83dbf13ef0d1b1fc26d73333763007694bfb2 X-VCS-Branch: master Date: Fri, 2 Apr 2021 14:04:44 +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: 2bed0f8e-bb62-4071-a1fd-c1fc535a8de9 X-Archives-Hash: e88d9cd8722a58b2571bf05080bc945f commit: 86c83dbf13ef0d1b1fc26d73333763007694bfb2 Author: Sam James gentoo org> AuthorDate: Fri Apr 2 09:02:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 2 14:04:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c83dbf dev-perl/UUID-Tiny: fix RDEPEND typo Signed-off-by: Sam James gentoo.org> .../UUID-Tiny/{UUID-Tiny-1.40.0.ebuild => UUID-Tiny-1.40.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0.ebuild b/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild similarity index 85% rename from dev-perl/UUID-Tiny/UUID-Tiny-1.40.0.ebuild rename to dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild index 3f6299e134e..d4079220d6d 100644 --- a/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0.ebuild +++ b/dev-perl/UUID-Tiny/UUID-Tiny-1.40.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,6 @@ DEPEND="virtual/perl-Digest-SHA virtual/perl-Digest-MD5 virtual/perl-MIME-Base64 virtual/perl-Time-HiRes" -RDEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" SRC_TEST="do"