diff options
Diffstat (limited to 'x11-misc/xdotool/xdotool-2.20101012.3049.ebuild')
-rw-r--r-- | x11-misc/xdotool/xdotool-2.20101012.3049.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild b/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild index b8bd3321093d..0ec56e28f318 100644 --- a/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild +++ b/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild @@ -1,6 +1,6 @@ # 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.20101012.3049.ebuild,v 1.4 2012/11/14 19:51:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild,v 1.5 2012/12/23 20:27:54 ulm Exp $ EAPI=2 @@ -10,7 +10,7 @@ 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="BSD" SLOT="0" KEYWORDS="amd64 x86" IUSE="examples" @@ -27,7 +27,7 @@ RESTRICT="test" src_prepare() { sed -e "s/installheader post-install$/installheader/" \ - -i Makefile || die "sed failed" + -i Makefile || die "sed failed" } src_compile() { |