diff options
author | 2014-02-06 23:23:26 +0000 | |
---|---|---|
committer | 2014-02-06 23:23:26 +0000 | |
commit | 1d6e0f27065cdde80797a25319fd3ee6e4440dd5 (patch) | |
tree | 8dc6278c8be46c472ec0dcd317046731afc10592 /kde-base/kblackbox/kblackbox-4.12.2.ebuild | |
parent | Version bump. (diff) | |
download | historical-1d6e0f27065cdde80797a25319fd3ee6e4440dd5.tar.gz historical-1d6e0f27065cdde80797a25319fd3ee6e4440dd5.tar.bz2 historical-1d6e0f27065cdde80797a25319fd3ee6e4440dd5.zip |
Version bump KDE SC 4.12.2
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'kde-base/kblackbox/kblackbox-4.12.2.ebuild')
-rw-r--r-- | kde-base/kblackbox/kblackbox-4.12.2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kde-base/kblackbox/kblackbox-4.12.2.ebuild b/kde-base/kblackbox/kblackbox-4.12.2.ebuild new file mode 100644 index 000000000000..3977dce025d9 --- /dev/null +++ b/kde-base/kblackbox/kblackbox-4.12.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblackbox/kblackbox-4.12.2.ebuild,v 1.1 2014/02/06 23:20:55 dilfridge Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE Blackbox Game" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |