diff options
author | Christian Birchinger <joker@gentoo.org> | 2010-01-14 07:33:26 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2010-01-14 07:33:26 +0000 |
commit | b92ca9459472bd3a81ac10d0a267b797afe8b774 (patch) | |
tree | 9de0c015f35f21e9a359d87cc040b75d900db297 /x11-misc/xdotool | |
parent | Added RESTRICT=test and a reason for it. (diff) | |
download | gentoo-2-b92ca9459472bd3a81ac10d0a267b797afe8b774.tar.gz gentoo-2-b92ca9459472bd3a81ac10d0a267b797afe8b774.tar.bz2 gentoo-2-b92ca9459472bd3a81ac10d0a267b797afe8b774.zip |
Fixed the comment
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r-- | x11-misc/xdotool/xdotool-20091231.02.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xdotool/xdotool-20091231.02.ebuild b/x11-misc/xdotool/xdotool-20091231.02.ebuild index 61044cc45aaa..22cd77cbfdd0 100644 --- a/x11-misc/xdotool/xdotool-20091231.02.ebuild +++ b/x11-misc/xdotool/xdotool-20091231.02.ebuild @@ -1,6 +1,6 @@ # 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-20091231.02.ebuild,v 1.2 2010/01/14 07:30:32 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20091231.02.ebuild,v 1.3 2010/01/14 07:33:26 joker Exp $ EAPI=2 @@ -22,8 +22,8 @@ RDEPEND="${DEPEND}" # The test want to manualy start Xvfb an wont use VirtualX and # it tries to run a full gnome-session. For such a tiny application -# i consider it overkill to rewrite the test scripts to use it's own -# X server and add a full blown gnome just to run the tests. +# i consider it overkill to rewrite the test scripts to not use it's +# own X server and add a full blown gnome just to run the tests. RESTRICT="test" src_prepare() { |