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 9787A1384B4 for ; Sun, 15 Nov 2015 07:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC89021C05C; Sun, 15 Nov 2015 07:22:11 +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 960FD21C05C for ; Sun, 15 Nov 2015 07:22:11 +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 55B51340504 for ; Sun, 15 Nov 2015 07:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 030299E5 for ; Sun, 15 Nov 2015 07:22:06 +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: <1447571998.52ab10dd41f2b9982a01379c5d13f724b3c2879b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rack-cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rack-cache/rack-cache-1.3.0.ebuild X-VCS-Directories: dev-ruby/rack-cache/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 52ab10dd41f2b9982a01379c5d13f724b3c2879b X-VCS-Branch: master Date: Sun, 15 Nov 2015 07:22:06 +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: 518e2d67-dd14-44bb-b0ea-81dc1e2cc5cf X-Archives-Hash: e3b121da247c786216bdd46ad6490b98 commit: 52ab10dd41f2b9982a01379c5d13f724b3c2879b Author: Hans de Graaff gentoo org> AuthorDate: Sun Nov 15 07:19:58 2015 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Nov 15 07:19:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ab10dd dev-ruby/rack-cache: move to 1.2 slot rack-cache 1.x versions are compatible and all dependencies agree on this. Package-Manager: portage-2.2.20.1 dev-ruby/rack-cache/rack-cache-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild index 1b2d83f..ec430df 100644 --- a/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild +++ b/dev-ruby/rack-cache/rack-cache-1.3.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/rtomayko/rack-cache" SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" +SLOT="1.2" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE=""