Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bless/
Date: Thu, 17 Jan 2019 23:38:14
Message-Id: 1547768275.2cf052329bc3410cdda11db2a7167ac4e862d6a9.ikelos@gentoo
1 commit: 2cf052329bc3410cdda11db2a7167ac4e862d6a9
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 23:37:55 2019 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 23:37:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf05232
7
8 dev-util/bless: Depend on gtk-sharp slot 2 specifically.
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>
12
13 dev-util/bless/{bless-0.6.0-r2.ebuild => bless-0.6.0-r4.ebuild} | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/bless/bless-0.6.0-r2.ebuild b/dev-util/bless/bless-0.6.0-r4.ebuild
17 similarity index 92%
18 rename from dev-util/bless/bless-0.6.0-r2.ebuild
19 rename to dev-util/bless/bless-0.6.0-r4.ebuild
20 index 3f33877017b..e7ae88c0e92 100644
21 --- a/dev-util/bless/bless-0.6.0-r2.ebuild
22 +++ b/dev-util/bless/bless-0.6.0-r4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -15,7 +15,7 @@ IUSE="debug"
30
31 RDEPEND="
32 >=dev-lang/mono-1.1.14
33 - >=dev-dotnet/gtk-sharp-2.12.21
34 + >=dev-dotnet/gtk-sharp-2.12.21:2
35 "
36 DEPEND="${RDEPEND}
37 app-text/rarian
38 @@ -31,6 +31,8 @@ pkg_setup() {
39 # Stolen from enlightenment.eclass
40 cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"
41 sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize"
42 +
43 + mono-env_pkg_setup
44 }
45
46 src_prepare() {