diff options
author | George Shapovalov <george@gentoo.org> | 2002-05-15 17:00:13 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-05-15 17:00:13 +0000 |
commit | da064a2d6e8c27718d4460a7f1c068cccbaec849 (patch) | |
tree | 214ab643dd9dd6a71439724f86e2de89131a06c4 /x11-misc | |
parent | updated LICENSE info for the tool (diff) | |
download | gentoo-2-da064a2d6e8c27718d4460a7f1c068cccbaec849.tar.gz gentoo-2-da064a2d6e8c27718d4460a7f1c068cccbaec849.tar.bz2 gentoo-2-da064a2d6e8c27718d4460a7f1c068cccbaec849.zip |
a bit of polishing
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/accessx/accessx-0950.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/accessx/accessx-0950.ebuild b/x11-misc/accessx/accessx-0950.ebuild index 083f81f33528..cf146e86971f 100644 --- a/x11-misc/accessx/accessx-0950.ebuild +++ b/x11-misc/accessx/accessx-0950.ebuild @@ -1,7 +1,7 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author John Stalker <stalker@math.princeton.edu> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950.ebuild,v 1.2 2002/05/15 16:56:35 george Exp $ +# John Stalker <stalker@math.princeton.edu> +# $Header: /var/cvsroot/gentoo-x86/x11-misc/accessx/accessx-0950.ebuild,v 1.3 2002/05/15 17:00:13 george Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Interface to the XKEYBOARD extension in X11" @@ -11,7 +11,7 @@ HOMEPAGE="http://cmos-eng.rehab.uiuc.edu/accessx/" DEPEND="virtual/x11" RDEPEND="${DEPEND}" -LICENSE=GPL-2 +LICENSE="GPL-2" src_compile() { make || die |