summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-21 15:17:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-21 15:17:45 +0000
commitea037c756e580d46cf0a0eee572f0efc7d5a6ee1 (patch)
treebebc5421209e13eb2a52fdee69b952a17f24c9be /x11-misc/xdotool
parentfix more (diff)
downloadhistorical-ea037c756e580d46cf0a0eee572f0efc7d5a6ee1.tar.gz
historical-ea037c756e580d46cf0a0eee572f0efc7d5a6ee1.tar.bz2
historical-ea037c756e580d46cf0a0eee572f0efc7d5a6ee1.zip
redudant S
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r--x11-misc/xdotool/xdotool-20090609.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/xdotool/xdotool-20090609.ebuild b/x11-misc/xdotool/xdotool-20090609.ebuild
index 8cc87c32d119..8b0c2ba749c2 100644
--- a/x11-misc/xdotool/xdotool-20090609.ebuild
+++ b/x11-misc/xdotool/xdotool-20090609.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20090609.ebuild,v 1.4 2009/10/30 11:05:37 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20090609.ebuild,v 1.5 2010/07/21 15:17:45 ssuominen Exp $
EAPI=2
@@ -21,7 +21,6 @@ DEPEND="x11-libs/libXtst
RDEPEND="${DEPEND}"
src_prepare() {
- cd "${S}"
sed -i -e "s:^CFLAGS=.*:CFLAGS=-std=c99 ${CFLAGS}:" \
-e "s:^LIBS=.*:LIBS=$(pkg-config --libs x11 xtst):" \
-e "s:^INC=.*:INC=$(pkg-config --cflags x11 xtst):" \