diff options
author | Johannes Huber <johu@gentoo.org> | 2014-03-28 00:30:44 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-03-28 00:30:44 +0100 |
commit | 1dc24bb29215f240192dcaedadc09cbb65d8fa75 (patch) | |
tree | cc7dce62d3c673f0da1d252bceb5bba9d6f21ace /kde-base/kpat/kpat-4.12.97.ebuild | |
parent | [kde-frameworks/kio] Add new dependency. (diff) | |
download | kde-1dc24bb29215f240192dcaedadc09cbb65d8fa75.tar.gz kde-1dc24bb29215f240192dcaedadc09cbb65d8fa75.tar.bz2 kde-1dc24bb29215f240192dcaedadc09cbb65d8fa75.zip |
[kde-base] Add KDE SC 4.13 rc 1
Package-Manager: portage-2.2.10
Diffstat (limited to 'kde-base/kpat/kpat-4.12.97.ebuild')
-rw-r--r-- | kde-base/kpat/kpat-4.12.97.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-base/kpat/kpat-4.12.97.ebuild b/kde-base/kpat/kpat-4.12.97.ebuild new file mode 100644 index 0000000000..39a22d32d8 --- /dev/null +++ b/kde-base/kpat/kpat-4.12.97.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE patience game" +HOMEPAGE="http://games.kde.org/game.php?game=kpat" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |