dev-util/bless: Depend on gtk-sharp slot 2 specifically.
authorMike Auty <ikelos@gentoo.org>
Thu, 17 Jan 2019 23:37:55 +0000 (23:37 +0000)
committerMike Auty <ikelos@gentoo.org>
Thu, 17 Jan 2019 23:37:55 +0000 (23:37 +0000)
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Mike Auty <ikelos@gentoo.org>
dev-util/bless/bless-0.6.0-r4.ebuild [moved from dev-util/bless/bless-0.6.0-r2.ebuild with 92% similarity]

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 3f33877017b07f2e3d746bd1320350e2553dba80..e7ae88c0e92e0fa3da25e479116c8d21815551a3 100644 (file)
@@ -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() {