diff options
Diffstat (limited to 'kde-apps/kmag/kmag-16.04.3.ebuild')
-rw-r--r-- | kde-apps/kmag/kmag-16.04.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-apps/kmag/kmag-16.04.3.ebuild b/kde-apps/kmag/kmag-16.04.3.ebuild new file mode 100644 index 00000000000..94af768ab63 --- /dev/null +++ b/kde-apps/kmag/kmag-16.04.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE screen magnifier" +HOMEPAGE="https://www.kde.org/applications/utilities/kmag/" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="debug" + +RDEPEND=" + $(add_kdeapps_dep kaccessible) +" |