From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 765D11384B4 for ; Mon, 23 Nov 2015 17:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE9521C032; Mon, 23 Nov 2015 17:03:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3640921C032 for ; Mon, 23 Nov 2015 17:03:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4163A340649 for ; Mon, 23 Nov 2015 17:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2DA4A7F for ; Mon, 23 Nov 2015 17:03:03 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1448298160.536ff0601d4558e338550ee3a18a7e465c63114e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailshears/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailshears/mailshears-0.0.2-r1.ebuild net-mail/mailshears/mailshears-0.0.2.ebuild X-VCS-Directories: net-mail/mailshears/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 536ff0601d4558e338550ee3a18a7e465c63114e X-VCS-Branch: master Date: Mon, 23 Nov 2015 17:03:03 +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: a8db4552-676c-4cf6-8dd5-249c64eedd1a X-Archives-Hash: 8297e79643caead815a528db5352ad77 commit: 536ff0601d4558e338550ee3a18a7e465c63114e Author: Michael Orlitzky gentoo org> AuthorDate: Mon Nov 23 17:02:07 2015 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Nov 23 17:02:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536ff060 net-mail/mailshears: new revision fixing asterisk dependency. The behavior of the asterisk dependency recently changes (bug 560466) and is making repoman unhappy (bug 566606). It's been replaced by greater/less-than operators. Gentoo-Bug: 566606 Gentoo-Bug: 560466 Package-Manager: portage-2.2.20.1 .../mailshears/{mailshears-0.0.2.ebuild => mailshears-0.0.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/mailshears/mailshears-0.0.2.ebuild b/net-mail/mailshears/mailshears-0.0.2-r1.ebuild similarity index 92% rename from net-mail/mailshears/mailshears-0.0.2.ebuild rename to net-mail/mailshears/mailshears-0.0.2-r1.ebuild index f3dc5b5..8cc176c 100644 --- a/net-mail/mailshears/mailshears-0.0.2.ebuild +++ b/net-mail/mailshears/mailshears-0.0.2-r1.ebuild @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -ruby_add_rdepend "=dev-ruby/pg-0.1*" +ruby_add_rdepend ">=dev-ruby/pg-0.17