summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-07-28 13:09:19 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-07-28 13:09:19 +0000
commit0a2850b172998d28965bb8a7e042a4b5d43c8051 (patch)
tree00109cae8c657a3042bba718b7796a212c01ba36 /kde-base/kdegames/kdegames-3.4.2.ebuild
parentcorrect bad scripting (diff)
downloadhistorical-0a2850b172998d28965bb8a7e042a4b5d43c8051.tar.gz
historical-0a2850b172998d28965bb8a7e042a4b5d43c8051.tar.bz2
historical-0a2850b172998d28965bb8a7e042a4b5d43c8051.zip
Update to KDE 3.4.2.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'kde-base/kdegames/kdegames-3.4.2.ebuild')
-rw-r--r--kde-base/kdegames/kdegames-3.4.2.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-base/kdegames/kdegames-3.4.2.ebuild b/kde-base/kdegames/kdegames-3.4.2.ebuild
new file mode 100644
index 000000000000..a3671f2750b1
--- /dev/null
+++ b/kde-base/kdegames/kdegames-3.4.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegames/kdegames-3.4.2.ebuild,v 1.1 2005/07/28 13:02:29 greg_g Exp $
+
+inherit kde-dist
+
+DESCRIPTION="KDE games (not just solitaire ;-)"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+# For backgrounds in kpat.
+RDEPEND="~kde-base/kdebase-${PV}"
+
+src_compile() {
+ local myconf="--disable-setgid"
+
+ kde_src_compile
+}