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 5678B138334 for ; Sat, 30 Jun 2018 16:18:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17BD1E0919; Sat, 30 Jun 2018 16:18: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 E28E0E0919 for ; Sat, 30 Jun 2018 16:18:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 35DEB335C07 for ; Sat, 30 Jun 2018 16:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6966E2C8 for ; Sat, 30 Jun 2018 16:18:42 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1530375508.491ef9f971b0d6de0040992f9e07ff7dedf79be9.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/imapsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/imapsync/imapsync-1.882.ebuild X-VCS-Directories: net-mail/imapsync/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 491ef9f971b0d6de0040992f9e07ff7dedf79be9 X-VCS-Branch: master Date: Sat, 30 Jun 2018 16:18:42 +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-Archives-Salt: 51552efc-6097-458b-96f5-ab16184b4172 X-Archives-Hash: f0003fd89c9cc08af5136bd07a6eb6c3 commit: 491ef9f971b0d6de0040992f9e07ff7dedf79be9 Author: Robin H. Johnson gentoo org> AuthorDate: Sat Jun 30 16:16:41 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Jun 30 16:18:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491ef9f9 net-mail/imapsync: fix *DEPEND variable name flip CLoses: https://bugs.gentoo.org/655992 Signed-off-by: Robin H. Johnson gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-mail/imapsync/imapsync-1.882.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/net-mail/imapsync/imapsync-1.882.ebuild b/net-mail/imapsync/imapsync-1.882.ebuild index dc2734c050f..d3498548fa2 100644 --- a/net-mail/imapsync/imapsync-1.882.ebuild +++ b/net-mail/imapsync/imapsync-1.882.ebuild @@ -31,7 +31,6 @@ RDEPEND=" dev-perl/JSON dev-perl/libwww-perl dev-perl/Mail-IMAPClient - dev-perl/Mail-IMAPClient dev-perl/Module-Implementation dev-perl/Module-Runtime dev-perl/Module-ScanDeps @@ -41,22 +40,17 @@ RDEPEND=" dev-perl/PAR dev-perl/Parse-RecDescent dev-perl/Readonly - dev-perl/Readonly dev-perl/Readonly-XS dev-perl/Regexp-Common dev-perl/Sys-MemInfo - dev-perl/Sys-MemInfo - dev-perl/TermReadKey dev-perl/TermReadKey dev-perl/Try-Tiny dev-perl/Unicode-String - dev-perl/Unicode-String dev-perl/URI virtual/perl-Compress-Raw-Zlib virtual/perl-Data-Dumper virtual/perl-Digest virtual/perl-Digest-MD5 - virtual/perl-Digest-MD5 virtual/perl-Digest-SHA virtual/perl-Encode virtual/perl-MIME-Base64 @@ -65,8 +59,8 @@ RDEPEND=" # HTML::Entities # JSON::WebToken # JSON::WebToken::Crypt::RSA -RDEPEND=" - ${DEPEND} +DEPEND=" + ${RDEPEND} test? ( virtual/perl-Test dev-perl/Test-Deep