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 8E380138334 for ; Thu, 17 Jan 2019 23:38:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9352FE09C8; Thu, 17 Jan 2019 23:38:13 +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 69031E09C8 for ; Thu, 17 Jan 2019 23:38:13 +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 55666335D4F for ; Thu, 17 Jan 2019 23:38:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A587550C for ; Thu, 17 Jan 2019 23:38:09 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1547768275.2cf052329bc3410cdda11db2a7167ac4e862d6a9.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bless/bless-0.6.0-r2.ebuild dev-util/bless/bless-0.6.0-r4.ebuild X-VCS-Directories: dev-util/bless/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 2cf052329bc3410cdda11db2a7167ac4e862d6a9 X-VCS-Branch: master Date: Thu, 17 Jan 2019 23:38:09 +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: 3a201dca-16a8-4534-bdb5-b1e7a9547dc5 X-Archives-Hash: 9cfe17be9ce52b8a06761f8aef895f91 commit: 2cf052329bc3410cdda11db2a7167ac4e862d6a9 Author: Mike Auty gentoo org> AuthorDate: Thu Jan 17 23:37:55 2019 +0000 Commit: Mike Auty gentoo org> CommitDate: Thu Jan 17 23:37:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf05232 dev-util/bless: Depend on gtk-sharp slot 2 specifically. Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Mike Auty gentoo.org> dev-util/bless/{bless-0.6.0-r2.ebuild => bless-0.6.0-r4.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild b/dev-util/bless/bless-0.6.0-r4.ebuild similarity index 92% rename from dev-util/bless/bless-0.6.0-r2.ebuild rename to dev-util/bless/bless-0.6.0-r4.ebuild index 3f33877017b..e7ae88c0e92 100644 --- a/dev-util/bless/bless-0.6.0-r2.ebuild +++ b/dev-util/bless/bless-0.6.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="debug" RDEPEND=" >=dev-lang/mono-1.1.14 - >=dev-dotnet/gtk-sharp-2.12.21 + >=dev-dotnet/gtk-sharp-2.12.21:2 " DEPEND="${RDEPEND} app-text/rarian @@ -31,6 +31,8 @@ pkg_setup() { # Stolen from enlightenment.eclass cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize" sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" + + mono-env_pkg_setup } src_prepare() {