summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdebindings')
-rw-r--r--kde-base/kdebindings/kdebindings-2.2.1.ebuild6
-rw-r--r--kde-base/kdebindings/kdebindings-2.2.ebuild6
2 files changed, 2 insertions, 10 deletions
diff --git a/kde-base/kdebindings/kdebindings-2.2.1.ebuild b/kde-base/kdebindings/kdebindings-2.2.1.ebuild
index 6b4e54107a82..594437141803 100644
--- a/kde-base/kdebindings/kdebindings-2.2.1.ebuild
+++ b/kde-base/kdebindings/kdebindings-2.2.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-2.2.1.ebuild,v 1.3 2001/09/19 18:56:33 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-2.2.1.ebuild,v 1.4 2001/09/29 21:03:26 danarmak Exp $
S=${WORKDIR}/${P}
DESCRIPTION="KDE ${PV} - Bindings"
@@ -35,10 +35,6 @@ src_compile() {
then
myconf="--enable-mt"
fi
- if [ "`use mitshm`" ]
- then
- myconf="$myconf --enable-mitshm"
- fi
if [ -z "`use python`" ] ; then
myconf="$myconf --without-python"
fi
diff --git a/kde-base/kdebindings/kdebindings-2.2.ebuild b/kde-base/kdebindings/kdebindings-2.2.ebuild
index 6bc5bcd98137..d95a2ad26a55 100644
--- a/kde-base/kdebindings/kdebindings-2.2.ebuild
+++ b/kde-base/kdebindings/kdebindings-2.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-2.2.ebuild,v 1.3 2001/08/22 11:57:19 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-2.2.ebuild,v 1.4 2001/09/29 21:03:26 danarmak Exp $
S=${WORKDIR}/${P}
DESCRIPTION="KDE ${PV} - Bindings"
@@ -38,10 +38,6 @@ src_compile() {
then
myconf="--enable-mt"
fi
- if [ "`use mitshm`" ]
- then
- myconf="$myconf --enable-mitshm"
- fi
if [ -z "`use python`" ] ; then
myconf="$myconf --without-python"
fi