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 7249C138330 for ; Tue, 30 Aug 2016 05:57:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49D44E0A69; Tue, 30 Aug 2016 05:57:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E70F2E0A69 for ; Tue, 30 Aug 2016 05:57:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87F4033E3A9 for ; Tue, 30 Aug 2016 05:57:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E780F2462 for ; Tue, 30 Aug 2016 05:57:43 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1472536662.a8ec6dc048735955ad8e39be442cabee0696d3c3.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmate/tmate-2.2.0-r1.ebuild app-misc/tmate/tmate-2.2.1.ebuild X-VCS-Directories: app-misc/tmate/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: a8ec6dc048735955ad8e39be442cabee0696d3c3 X-VCS-Branch: master Date: Tue, 30 Aug 2016 05:57:43 +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: fbd0a315-eca2-4172-a58e-8a635e1db630 X-Archives-Hash: f1190768acd633933441798217717c95 commit: a8ec6dc048735955ad8e39be442cabee0696d3c3 Author: Yixun Lan gentoo org> AuthorDate: Tue Aug 30 05:56:19 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Aug 30 05:57:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ec6dc0 app-misc/tmate: fix DEPEND typo Gentoo-Bug: 592250 Package-Manager: portage-2.3.0 app-misc/tmate/tmate-2.2.0-r1.ebuild | 2 +- app-misc/tmate/tmate-2.2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/tmate/tmate-2.2.0-r1.ebuild b/app-misc/tmate/tmate-2.2.0-r1.ebuild index 28ed752..d7fb1ea 100644 --- a/app-misc/tmate/tmate-2.2.0-r1.ebuild +++ b/app-misc/tmate/tmate-2.2.0-r1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" dev-libs/msgpack[static-libs?] >=net-libs/libssh-0.6.0[static-libs?] " -DEPEND="${RPDEND} +DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { diff --git a/app-misc/tmate/tmate-2.2.1.ebuild b/app-misc/tmate/tmate-2.2.1.ebuild index 460f89e..56200d2 100644 --- a/app-misc/tmate/tmate-2.2.1.ebuild +++ b/app-misc/tmate/tmate-2.2.1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" dev-libs/msgpack[static-libs?] >=net-libs/libssh-0.6.0[static-libs?] " -DEPEND="${RPDEND} +DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() {