blob: d43e19f45459c55a0e28484b713748a053d1d7a8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit kde4-base
DESCRIPTION="LibKMahjongg by KDE"
KEYWORDS="amd64 ~arm x86"
IUSE="debug"
|