commit: 2cf052329bc3410cdda11db2a7167ac4e862d6a9
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 23:37:55 2019 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> 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 <ikelos <AT> 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() {