summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2005-01-16 13:36:10 +0000
committerSimone Gotti <motaboy@gentoo.org>2005-01-16 13:36:10 +0000
commit4c492fa720fbb2971b2a14161d325667040acfc1 (patch)
tree5d5c4d9fe8f5fd4aa136d66352b4edb2fddfce13 /kde-base/ksim/ksim-3.4.0_beta1.ebuild
parenttouchup the gcc-config logic so that it is run properly with a cross-compiler (diff)
downloadhistorical-4c492fa720fbb2971b2a14161d325667040acfc1.tar.gz
historical-4c492fa720fbb2971b2a14161d325667040acfc1.tar.bz2
historical-4c492fa720fbb2971b2a14161d325667040acfc1.zip
Fix bug #78204.
Package-Manager: portage-2.0.51-r12
Diffstat (limited to 'kde-base/ksim/ksim-3.4.0_beta1.ebuild')
-rw-r--r--kde-base/ksim/ksim-3.4.0_beta1.ebuild13
1 files changed, 11 insertions, 2 deletions
diff --git a/kde-base/ksim/ksim-3.4.0_beta1.ebuild b/kde-base/ksim/ksim-3.4.0_beta1.ebuild
index 2efac7c0b34f..c753632c3c3c 100644
--- a/kde-base/ksim/ksim-3.4.0_beta1.ebuild
+++ b/kde-base/ksim/ksim-3.4.0_beta1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksim/ksim-3.4.0_beta1.ebuild,v 1.1 2005/01/15 02:24:38 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksim/ksim-3.4.0_beta1.ebuild,v 1.2 2005/01/16 13:36:10 motaboy Exp $
KMNAME=kdeutils
MAXKDEVER=$PV
@@ -9,4 +9,13 @@ inherit kde-meta eutils
DESCRIPTION="KDE System Monitor applets"
KEYWORDS="~x86"
-IUSE="" \ No newline at end of file
+IUSE="snmp"
+
+DEPEND="snmp? ( net-analyzer/net-snmp )"
+
+src_unpack() {
+ kde-meta_src_unpack
+
+ # applied upstream, will be in beta2
+ epatch ${FILESDIR}/${P}-snmpfix.patch
+}