From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1191739-garchives=archives.gentoo.org@lists.gentoo.org> 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 806FA13835A for <garchives@archives.gentoo.org>; Thu, 30 Jul 2020 08:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE26E0ABD; Thu, 30 Jul 2020 08:00:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 93BB8E0ABA for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jul 2020 08:00:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9D1A934F26B for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jul 2020 08:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A52B30A for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jul 2020 08:00:42 +0000 (UTC) From: "Naohiro Aota" <naota@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Naohiro Aota" <naota@gentoo.org> Message-ID: <1596095931.f621c86e3b8d50562fe0fcc2b1b8b04b52bd4619.naota@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-gtk2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-gtk2/ruby-gtk2-3.3.2.ebuild dev-ruby/ruby-gtk2/ruby-gtk2-3.3.6.ebuild dev-ruby/ruby-gtk2/ruby-gtk2-3.3.7.ebuild X-VCS-Directories: dev-ruby/ruby-gtk2/ X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota X-VCS-Revision: f621c86e3b8d50562fe0fcc2b1b8b04b52bd4619 X-VCS-Branch: master Date: Thu, 30 Jul 2020 08:00:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6ee8aa6-659e-4c0e-aa72-03973fb8f912 X-Archives-Hash: 643b3fe60dfcdfcdbfc89108d50b017c commit: f621c86e3b8d50562fe0fcc2b1b8b04b52bd4619 Author: Naohiro Aota <naota <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 01:17:58 2020 +0000 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org> CommitDate: Thu Jul 30 07:58:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f621c86e dev-ruby/ruby-gtk2: fix dependency Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Naohiro Aota <naota <AT> gentoo.org> dev-ruby/ruby-gtk2/ruby-gtk2-3.3.2.ebuild | 8 ++++---- dev-ruby/ruby-gtk2/ruby-gtk2-3.3.6.ebuild | 8 ++++---- dev-ruby/ruby-gtk2/ruby-gtk2-3.3.7.ebuild | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.2.ebuild b/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.2.ebuild index 040b058af76..bc50f1d4e07 100644 --- a/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.2.ebuild +++ b/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,9 +15,9 @@ DEPEND+=" x11-libs/gtk+:2 RDEPEND+=" x11-libs/gtk+:2" ruby_add_rdepend " - >=dev-ruby/ruby-gdkpixbuf2-${PV} - >=dev-ruby/ruby-atk-${PV} - >=dev-ruby/ruby-pango-${PV}" + ~dev-ruby/ruby-gdkpixbuf2-${PV} + ~dev-ruby/ruby-atk-${PV} + ~dev-ruby/ruby-pango-${PV}" all_ruby_prepare() { # Avoid native installer diff --git a/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.6.ebuild b/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.6.ebuild index 0e3c06c2880..8521faa642e 100644 --- a/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.6.ebuild +++ b/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,9 +15,9 @@ DEPEND+=" x11-libs/gtk+:2 RDEPEND+=" x11-libs/gtk+:2" ruby_add_rdepend " - >=dev-ruby/ruby-gdkpixbuf2-${PV} - >=dev-ruby/ruby-atk-${PV} - >=dev-ruby/ruby-pango-${PV}" + ~dev-ruby/ruby-gdkpixbuf2-${PV} + ~dev-ruby/ruby-atk-${PV} + ~dev-ruby/ruby-pango-${PV}" all_ruby_prepare() { # Avoid native installer diff --git a/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.7.ebuild b/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.7.ebuild index 0e3c06c2880..8521faa642e 100644 --- a/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.7.ebuild +++ b/dev-ruby/ruby-gtk2/ruby-gtk2-3.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,9 +15,9 @@ DEPEND+=" x11-libs/gtk+:2 RDEPEND+=" x11-libs/gtk+:2" ruby_add_rdepend " - >=dev-ruby/ruby-gdkpixbuf2-${PV} - >=dev-ruby/ruby-atk-${PV} - >=dev-ruby/ruby-pango-${PV}" + ~dev-ruby/ruby-gdkpixbuf2-${PV} + ~dev-ruby/ruby-atk-${PV} + ~dev-ruby/ruby-pango-${PV}" all_ruby_prepare() { # Avoid native installer