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 A33321395E7 for ; Tue, 4 Aug 2015 05:54:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ABBDE0848; Tue, 4 Aug 2015 05:54:42 +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 79BD4E081C for ; Tue, 4 Aug 2015 05:54:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE0B334080E for ; Tue, 4 Aug 2015 05:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB2EC126 for ; Tue, 4 Aug 2015 05:54:38 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1438667007.1eab715a1fc52957be4444b054f6507a44ac0523.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/oauth-plugin/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/oauth-plugin/ChangeLog dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild X-VCS-Directories: dev-ruby/oauth-plugin/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1eab715a1fc52957be4444b054f6507a44ac0523 X-VCS-Branch: master Date: Tue, 4 Aug 2015 05:54:38 +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: c6cc0875-b4e6-4440-aac9-f494923e8f40 X-Archives-Hash: 453e378326923dd6ddf7483403073b50 commit: 1eab715a1fc52957be4444b054f6507a44ac0523 Author: Hans de Graaff degraaff org> AuthorDate: Tue Aug 4 05:43:27 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Aug 4 05:43:27 2015 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=1eab715a Fix slot dependency. Package-Manager: portage-2.2.20 dev-ruby/oauth-plugin/ChangeLog | 3 +++ dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-ruby/oauth-plugin/ChangeLog b/dev-ruby/oauth-plugin/ChangeLog index aa1aff8..c1e45d1 100644 --- a/dev-ruby/oauth-plugin/ChangeLog +++ b/dev-ruby/oauth-plugin/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 04 Aug 2015; Hans de Graaff oauth-plugin-0.5.1.ebuild: + Fix slot dependency. + + 04 Aug 2015; Hans de Graaff oauth-plugin-0.5.1.ebuild: Add ruby21. 12 Aug 2014; Hans de Graaff -oauth-plugin-0.3.14.ebuild, diff --git a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild b/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild index 654c9a3..24db6a2 100644 --- a/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild +++ b/dev-ruby/oauth-plugin/oauth-plugin-0.5.1.ebuild @@ -24,7 +24,7 @@ SLOT="0.4" KEYWORDS="~amd64" IUSE="doc" -ruby_add_rdepend ">=dev-ruby/oauth-0.4.4 >=dev-ruby/oauth2-0.5.0 dev-ruby/rack dev-ruby/multi_json" +ruby_add_rdepend ">=dev-ruby/oauth-0.4.4 >=dev-ruby/oauth2-0.5.0 dev-ruby/rack:* dev-ruby/multi_json" all_ruby_prepare() { # Avoid specs that fail with new hash ordering. Remove the whole