summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2019-01-17 23:37:55 +0000
committerMike Auty <ikelos@gentoo.org>2019-01-17 23:37:55 +0000
commit2cf052329bc3410cdda11db2a7167ac4e862d6a9 (patch)
tree53fef1440e93e82a842e51e00e14d777620b7dfc
parentapp-text/poppler: stable 0.68.0 for ppc/ppc64, bug #659828 (diff)
downloadgentoo-2cf05232.tar.gz
gentoo-2cf05232.tar.bz2
gentoo-2cf05232.zip
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@gentoo.org>
-rw-r--r--dev-util/bless/bless-0.6.0-r4.ebuild (renamed from dev-util/bless/bless-0.6.0-r2.ebuild)6
1 files 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
index 3f33877017b0..e7ae88c0e92e 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() {