blob: 15ea1c63c534b1eab3eaff6d11d287996c654f00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="GNU Student's Timetable for polish users"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-lang/mono-1.2.5.1-r1
>=dev-dotnet/gtk-sharp-2.12.21
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
|