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 74C1B15808D for ; Fri, 22 Apr 2022 20:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62C10E0844; Fri, 22 Apr 2022 20:40:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EDCA9E0878 for ; Fri, 22 Apr 2022 20:40:54 +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 BF65934193F for ; Fri, 22 Apr 2022 20:40:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21F4D3B3 for ; Fri, 22 Apr 2022 20:40:51 +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: <1650660040.e433d63798b639dee66caf6ab834157af87b838c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclperl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tclperl/tclperl-3.2-r1.ebuild dev-tcltk/tclperl/tclperl-3.2-r2.ebuild X-VCS-Directories: dev-tcltk/tclperl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e433d63798b639dee66caf6ab834157af87b838c X-VCS-Branch: master Date: Fri, 22 Apr 2022 20:40:51 +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: 7093a1cf-a45e-4f28-947d-f1b9ca968deb X-Archives-Hash: 6fff1f3c1b3c2b464887b03246d4dce5 commit: e433d63798b639dee66caf6ab834157af87b838c Author: Sam James gentoo org> AuthorDate: Fri Apr 22 20:37:26 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 22 20:40:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e433d637 dev-tcltk/tclperl: use subslot dep on tcl Signed-off-by: Sam James gentoo.org> .../tclperl/{tclperl-3.2-r1.ebuild => tclperl-3.2-r2.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild b/dev-tcltk/tclperl/tclperl-3.2-r2.ebuild similarity index 88% rename from dev-tcltk/tclperl/tclperl-3.2-r1.ebuild rename to dev-tcltk/tclperl/tclperl-3.2-r2.ebuild index 199adc9af13d..850c9507c6ff 100644 --- a/dev-tcltk/tclperl/tclperl-3.2-r1.ebuild +++ b/dev-tcltk/tclperl/tclperl-3.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,9 +15,9 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND=" - >=dev-lang/tcl-8.3.3:0 - >=dev-lang/perl-5.6.0 - sys-libs/binutils-libs" + >=dev-lang/tcl-8.3.3:= + >=dev-lang/perl-5.6.0:= + sys-libs/binutils-libs:=" RDEPEND="${DEPEND}" DOCS=( CHANGES README)