Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Mike Auty <ikelos@gentoo.org>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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
# 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() {