13 lines
263 B
Bash
13 lines
263 B
Bash
# Copyright 1999-2016 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=6
|
|
|
|
KMNAME="kde-runtime"
|
|
KMMODULE="renamedlgplugins"
|
|
inherit kde4-meta
|
|
|
|
DESCRIPTION="KDE RenameDlg plugins"
|
|
KEYWORDS=" amd64 ~x86"
|
|
IUSE="debug"
|