diff options
author | 2012-11-14 19:51:08 +0000 | |
---|---|---|
committer | 2012-11-14 19:51:08 +0000 | |
commit | d206c0adb87ab73051b59e31628215d8137f02cf (patch) | |
tree | dc6c6af6ba9c8c6c180dd0dc5f8e4775df1e748d /x11-misc/xdotool/xdotool-2.20110530.1.ebuild | |
parent | stable for amd64, wrt to bug #438246 (diff) | |
download | gentoo-2-d206c0adb87ab73051b59e31628215d8137f02cf.tar.gz gentoo-2-d206c0adb87ab73051b59e31628215d8137f02cf.tar.bz2 gentoo-2-d206c0adb87ab73051b59e31628215d8137f02cf.zip |
Minor style tweaks.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'x11-misc/xdotool/xdotool-2.20110530.1.ebuild')
-rw-r--r-- | x11-misc/xdotool/xdotool-2.20110530.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/xdotool/xdotool-2.20110530.1.ebuild b/x11-misc/xdotool/xdotool-2.20110530.1.ebuild index 348139c5b422..718a57975312 100644 --- a/x11-misc/xdotool/xdotool-2.20110530.1.ebuild +++ b/x11-misc/xdotool/xdotool-2.20110530.1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.6 2012/11/12 18:56:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.7 2012/11/14 19:51:08 vapier Exp $ EAPI=2 inherit eutils toolchain-funcs flag-o-matic multilib -DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows." +DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows" HOMEPAGE="http://www.semicomplete.com/projects/xdotool/" SRC_URI="http://semicomplete.googlecode.com/files/${P}.tar.gz" -LICENSE="as-is" +LICENSE="as-is" SLOT="0" KEYWORDS="amd64 arm ~ppc x86" IUSE="examples" @@ -18,7 +18,6 @@ IUSE="examples" RDEPEND="x11-libs/libXtst x11-libs/libX11 x11-libs/libXinerama" - DEPEND="${RDEPEND}" # The test wants to manualy start Xvfb, wont use VirtualX and it tries |