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 B9EE3138359 for ; Thu, 30 Jul 2020 08:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEDC9E0AE8; Thu, 30 Jul 2020 08:00:50 +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 958B4E0AE4 for ; Thu, 30 Jul 2020 08:00:50 +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 3B2CA34F24C for ; Thu, 30 Jul 2020 08:00:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF59C30D for ; Thu, 30 Jul 2020 08:00:42 +0000 (UTC) From: "Naohiro Aota" 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" Message-ID: <1596095932.3cf86f461198c7a0521f0ecebd4bcd43d15e9e58.naota@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-clutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-clutter/ruby-clutter-3.3.2.ebuild dev-ruby/ruby-clutter/ruby-clutter-3.3.6.ebuild dev-ruby/ruby-clutter/ruby-clutter-3.3.7.ebuild X-VCS-Directories: dev-ruby/ruby-clutter/ X-VCS-Committer: naota X-VCS-Committer-Name: Naohiro Aota X-VCS-Revision: 3cf86f461198c7a0521f0ecebd4bcd43d15e9e58 X-VCS-Branch: master Date: Thu, 30 Jul 2020 08:00:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78ecc0fe-92a3-428f-8129-40f413d2231e X-Archives-Hash: 3cb207b50697cf067c1601d49933ec6c commit: 3cf86f461198c7a0521f0ecebd4bcd43d15e9e58 Author: Naohiro Aota gentoo org> AuthorDate: Thu Feb 13 01:25:22 2020 +0000 Commit: Naohiro Aota gentoo org> CommitDate: Thu Jul 30 07:58:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf86f46 dev-ruby/ruby-clutter: fix dependency Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Naohiro Aota gentoo.org> dev-ruby/ruby-clutter/ruby-clutter-3.3.2.ebuild | 18 +++++++++--------- dev-ruby/ruby-clutter/ruby-clutter-3.3.6.ebuild | 18 +++++++++--------- dev-ruby/ruby-clutter/ruby-clutter-3.3.7.ebuild | 18 +++++++++--------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/dev-ruby/ruby-clutter/ruby-clutter-3.3.2.ebuild b/dev-ruby/ruby-clutter/ruby-clutter-3.3.2.ebuild index fcf3df7f84b..1281f1eebd2 100644 --- a/dev-ruby/ruby-clutter/ruby-clutter-3.3.2.ebuild +++ b/dev-ruby/ruby-clutter/ruby-clutter-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,14 +15,14 @@ RUBY_S=ruby-gnome2-all-${PV}/clutter DEPEND+=" media-libs/clutter" RDEPEND+=" media-libs/clutter" -ruby_add_bdepend ">=dev-ruby/ruby-atk-${PV} - >=dev-ruby/ruby-gdkpixbuf2-${PV} - >=dev-ruby/ruby-glib2-${PV} - >=dev-ruby/ruby-gobject-introspection-${PV} - >=dev-ruby/ruby-pango-${PV}" -ruby_add_rdepend ">=dev-ruby/ruby-cairo-gobject-${PV} - >=dev-ruby/ruby-gobject-introspection-${PV} - >=dev-ruby/ruby-pango-${PV}" +ruby_add_bdepend "~dev-ruby/ruby-atk-${PV} + ~dev-ruby/ruby-gdkpixbuf2-${PV} + ~dev-ruby/ruby-glib2-${PV} + ~dev-ruby/ruby-gobject-introspection-${PV} + ~dev-ruby/ruby-pango-${PV}" +ruby_add_rdepend "~dev-ruby/ruby-cairo-gobject-${PV} + ~dev-ruby/ruby-gobject-introspection-${PV} + ~dev-ruby/ruby-pango-${PV}" all_ruby_prepare() { # Avoid unneeded dependency on test-unit-notify. diff --git a/dev-ruby/ruby-clutter/ruby-clutter-3.3.6.ebuild b/dev-ruby/ruby-clutter/ruby-clutter-3.3.6.ebuild index 159b0a79488..8a04464e392 100644 --- a/dev-ruby/ruby-clutter/ruby-clutter-3.3.6.ebuild +++ b/dev-ruby/ruby-clutter/ruby-clutter-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,14 +15,14 @@ RUBY_S=ruby-gnome2-all-${PV}/clutter DEPEND+=" media-libs/clutter" RDEPEND+=" media-libs/clutter" -ruby_add_bdepend ">=dev-ruby/ruby-atk-${PV} - >=dev-ruby/ruby-gdkpixbuf2-${PV} - >=dev-ruby/ruby-glib2-${PV} - >=dev-ruby/ruby-gobject-introspection-${PV} - >=dev-ruby/ruby-pango-${PV}" -ruby_add_rdepend ">=dev-ruby/ruby-cairo-gobject-${PV} - >=dev-ruby/ruby-gobject-introspection-${PV} - >=dev-ruby/ruby-pango-${PV}" +ruby_add_bdepend "~dev-ruby/ruby-atk-${PV} + ~dev-ruby/ruby-gdkpixbuf2-${PV} + ~dev-ruby/ruby-glib2-${PV} + ~dev-ruby/ruby-gobject-introspection-${PV} + ~dev-ruby/ruby-pango-${PV}" +ruby_add_rdepend "~dev-ruby/ruby-cairo-gobject-${PV} + ~dev-ruby/ruby-gobject-introspection-${PV} + ~dev-ruby/ruby-pango-${PV}" all_ruby_prepare() { # Avoid unneeded dependency on test-unit-notify. diff --git a/dev-ruby/ruby-clutter/ruby-clutter-3.3.7.ebuild b/dev-ruby/ruby-clutter/ruby-clutter-3.3.7.ebuild index 159b0a79488..8a04464e392 100644 --- a/dev-ruby/ruby-clutter/ruby-clutter-3.3.7.ebuild +++ b/dev-ruby/ruby-clutter/ruby-clutter-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,14 +15,14 @@ RUBY_S=ruby-gnome2-all-${PV}/clutter DEPEND+=" media-libs/clutter" RDEPEND+=" media-libs/clutter" -ruby_add_bdepend ">=dev-ruby/ruby-atk-${PV} - >=dev-ruby/ruby-gdkpixbuf2-${PV} - >=dev-ruby/ruby-glib2-${PV} - >=dev-ruby/ruby-gobject-introspection-${PV} - >=dev-ruby/ruby-pango-${PV}" -ruby_add_rdepend ">=dev-ruby/ruby-cairo-gobject-${PV} - >=dev-ruby/ruby-gobject-introspection-${PV} - >=dev-ruby/ruby-pango-${PV}" +ruby_add_bdepend "~dev-ruby/ruby-atk-${PV} + ~dev-ruby/ruby-gdkpixbuf2-${PV} + ~dev-ruby/ruby-glib2-${PV} + ~dev-ruby/ruby-gobject-introspection-${PV} + ~dev-ruby/ruby-pango-${PV}" +ruby_add_rdepend "~dev-ruby/ruby-cairo-gobject-${PV} + ~dev-ruby/ruby-gobject-introspection-${PV} + ~dev-ruby/ruby-pango-${PV}" all_ruby_prepare() { # Avoid unneeded dependency on test-unit-notify.