diff options
author | 2015-08-28 01:23:46 +1000 | |
---|---|---|
committer | 2015-08-28 01:23:46 +1000 | |
commit | 3cba54034e50c5dbd23d9aeb1be0d79a7caaac52 (patch) | |
tree | e9ea12c5e049291e30394cf4dae698292a487c66 /kde-apps/kfile/kfile-15.08.0.ebuild | |
parent | kde-apps: version bump kde-baseapps 15.08.0. (diff) | |
download | gentoo-3cba54034e50c5dbd23d9aeb1be0d79a7caaac52.tar.gz gentoo-3cba54034e50c5dbd23d9aeb1be0d79a7caaac52.tar.bz2 gentoo-3cba54034e50c5dbd23d9aeb1be0d79a7caaac52.zip |
kde-apps: version bump kde-runtime 15.08.0.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'kde-apps/kfile/kfile-15.08.0.ebuild')
-rw-r--r-- | kde-apps/kfile/kfile-15.08.0.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-apps/kfile/kfile-15.08.0.ebuild b/kde-apps/kfile/kfile-15.08.0.ebuild new file mode 100644 index 000000000000..5d9c9f56509d --- /dev/null +++ b/kde-apps/kfile/kfile-15.08.0.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="A commandline frontend to KFileMetaInfo" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |