Skip to content

Commit

Permalink
app-misc/gnutu: Allow newer gtk-sharp usage
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
pacho2 committed Oct 9, 2016
1 parent bec2ee2 commit b0c4b39
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=6

DESCRIPTION="GNU Student's Timetable for polish users"
HOMEPAGE="http://gnutu.devnull.pl/"
Expand All @@ -13,10 +13,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/mono-1.2.5.1-r1
>=dev-dotnet/gtk-sharp-2.10.0
>=dev-dotnet/glade-sharp-2.10.0"
RDEPEND="
>=dev-lang/mono-1.2.5.1-r1
|| ( ( >=dev-dotnet/gtk-sharp-2.10.0 >=dev-dotnet/glade-sharp-2.10.0 ) >=dev-dotnet/gtk-sharp-2.12.21 )
"
DEPEND="${RDEPEND}
sys-devel/gettext"

DOCS=( ChangeLog AUTHORS NEWS README )

0 comments on commit b0c4b39

Please sign in to comment.