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 F015559CB2 for ; Mon, 18 Apr 2016 05:13:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4562D21C125; Mon, 18 Apr 2016 05:13:10 +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 5E06121C125 for ; Mon, 18 Apr 2016 05:13:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 77203340B07 for ; Mon, 18 Apr 2016 05:13:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2E5415F for ; Mon, 18 Apr 2016 05:13:04 +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: <1460955528.6b06baa242aefe141e1ccb01ce9d550df1e5e67d.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild X-VCS-Directories: dev-ruby/rdtool/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6b06baa242aefe141e1ccb01ce9d550df1e5e67d X-VCS-Branch: master Date: Mon, 18 Apr 2016 05:13:04 +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: 00247c0f-c283-4cb6-9792-2d1017a71a59 X-Archives-Hash: c29a21d36201f33c13544c5aabf6fe77 commit: 6b06baa242aefe141e1ccb01ce9d550df1e5e67d Author: Hans de Graaff gentoo org> AuthorDate: Mon Apr 18 04:58:48 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Apr 18 04:58:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b06baa2 dev-ruby/rdtool: mark ruby21 revision stable Package-Manager: portage-2.2.26 dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild b/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild index 9a4bbdf..a90ac52 100644 --- a/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild +++ b/dev-ruby/rdtool/rdtool-0.6.38-r2.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/uwabami/rdtool" LICENSE="Ruby GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="emacs" RDEPEND="${RDEPEND} emacs? ( virtual/emacs )"