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 381FE138351 for ; Sat, 22 Feb 2020 10:22:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49F33E08C8; Sat, 22 Feb 2020 10:22:44 +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 27EBAE08C8 for ; Sat, 22 Feb 2020 10:22:44 +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 C507E34EF44 for ; Sat, 22 Feb 2020 10:22:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4092B15A for ; Sat, 22 Feb 2020 10:22:39 +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: <1582366948.56af55d26efbb9c42948140d97ef166a29e3a488.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/prawn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/prawn/prawn-2.2.0.ebuild X-VCS-Directories: dev-ruby/prawn/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 56af55d26efbb9c42948140d97ef166a29e3a488 X-VCS-Branch: master Date: Sat, 22 Feb 2020 10:22:39 +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: fd173948-2e37-4c90-8ee3-3dd3d88a5722 X-Archives-Hash: d08c84438e823de6270bd68bfb28bdfa commit: 56af55d26efbb9c42948140d97ef166a29e3a488 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 22 10:21:26 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 22 10:22:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56af55d2 dev-ruby/prawn: fix missing slot dep Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/prawn/prawn-2.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/prawn/prawn-2.2.0.ebuild b/dev-ruby/prawn/prawn-2.2.0.ebuild index 1f846881151..2c79d14fef6 100644 --- a/dev-ruby/prawn/prawn-2.2.0.ebuild +++ b/dev-ruby/prawn/prawn-2.2.0.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 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_rdepend "=dev-ruby/pdf-core-0.7* - >=dev-ruby/ttfunk-1.5" + >=dev-ruby/ttfunk-1.5:*" ruby_add_bdepend "test? ( dev-ruby/coderay >=dev-ruby/pdf-inspector-1.2.1 >=dev-ruby/pdf-reader-1.2