diff options
author | 2015-09-20 19:44:19 +0200 | |
---|---|---|
committer | 2015-09-20 19:45:51 +0200 | |
commit | 2c5b2a40455b7e8b68c317f7d782edd294a9f9bd (patch) | |
tree | 7a95405cd3322e1a7b957f5ad6eee90622124434 /kde-apps/kstart/kstart-15.08.1.ebuild | |
parent | net-libs/mbedtls: add libressl support (diff) | |
download | gentoo-2c5b2a40455b7e8b68c317f7d782edd294a9f9bd.tar.gz gentoo-2c5b2a40455b7e8b68c317f7d782edd294a9f9bd.tar.bz2 gentoo-2c5b2a40455b7e8b68c317f7d782edd294a9f9bd.zip |
kde-apps: Version bump
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-apps/kstart/kstart-15.08.1.ebuild')
-rw-r--r-- | kde-apps/kstart/kstart-15.08.1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-apps/kstart/kstart-15.08.1.ebuild b/kde-apps/kstart/kstart-15.08.1.ebuild new file mode 100644 index 000000000000..43384c9d6f5e --- /dev/null +++ b/kde-apps/kstart/kstart-15.08.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |