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 AB84D138334 for ; Mon, 2 Jul 2018 05:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 561F7E0938; Mon, 2 Jul 2018 05:29:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 27EA4E0938 for ; Mon, 2 Jul 2018 05:29:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3A9C5335C7F for ; Mon, 2 Jul 2018 05:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C920349 for ; Mon, 2 Jul 2018 05:29:13 +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: <1530508553.b8cfdcfba077defed534dbee0283b5a22c5b0151.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-odbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild X-VCS-Directories: dev-ruby/ruby-odbc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b8cfdcfba077defed534dbee0283b5a22c5b0151 X-VCS-Branch: master Date: Mon, 2 Jul 2018 05:29:13 +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: b58fadaa-cc52-4a75-a59d-b5742ddbf551 X-Archives-Hash: a5b98f51e272f52402754cc4ed9c5e18 commit: b8cfdcfba077defed534dbee0283b5a22c5b0151 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 2 05:15:53 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 2 05:15:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8cfdcfb dev-ruby/ruby-odbc: amd64 stable, bug 659132 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild b/dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild index 2258b2f5e41..17a995e7b85 100644 --- a/dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild +++ b/dev-ruby/ruby-odbc/ruby-odbc-0.99999.ebuild @@ -17,7 +17,7 @@ SRC_URI="http://www.ch-werner.de/rubyodbc/${P}.tar.gz" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="${DEPEND} >=dev-db/unixODBC-2.0.6"