summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-14 23:02:29 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-14 23:02:29 +0000
commite61310fa84e48d6050d68bcaacc35751dcca37e2 (patch)
treec317862ae396ca564369195f0a3bf35ae9031857 /kde-base/automoc/automoc-0.9.88.ebuild
parentUpdate kopete ebuild to reflect wlm/msn changes. Deprecate msn, and put wlm u... (diff)
downloadhistorical-e61310fa84e48d6050d68bcaacc35751dcca37e2.tar.gz
historical-e61310fa84e48d6050d68bcaacc35751dcca37e2.tar.bz2
historical-e61310fa84e48d6050d68bcaacc35751dcca37e2.zip
Bashism--
Package-Manager: portage-2.2_rc28/cvs/Linux x86_64
Diffstat (limited to 'kde-base/automoc/automoc-0.9.88.ebuild')
-rw-r--r--kde-base/automoc/automoc-0.9.88.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/automoc/automoc-0.9.88.ebuild b/kde-base/automoc/automoc-0.9.88.ebuild
index 31705fd2c42a..325757fecb3c 100644
--- a/kde-base/automoc/automoc-0.9.88.ebuild
+++ b/kde-base/automoc/automoc-0.9.88.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v 1.6 2009/04/11 15:52:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/automoc/automoc-0.9.88.ebuild,v 1.7 2009/04/14 23:02:29 scarabeus Exp $
EAPI="2"
@@ -24,7 +24,7 @@ RDEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
src_prepare() {
- if [[ ${ELIBC} == "uclibc" ]]; then
+ if [[ ${ELIBC} = uclibc ]]; then
append-flags -pthread
fi
}