diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
commit | 2d7bdcf56161d31816f48832b4ea8302399642a5 (patch) | |
tree | a7a8bef2b961267cbd7fa24a38972b6dfe6dcc3c /x11-misc/x2x | |
parent | Updated both the old and new version of mon with dependency changes; cleaned ... (diff) | |
download | gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.gz gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.bz2 gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-misc/x2x')
-rw-r--r-- | x11-misc/x2x/x2x-1.27.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/x2x/x2x-1.27.ebuild b/x11-misc/x2x/x2x-1.27.ebuild index fa21bfcddb11..c839bb89b272 100644 --- a/x11-misc/x2x/x2x-1.27.ebuild +++ b/x11-misc/x2x/x2x-1.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27.ebuild,v 1.1 2002/06/14 20:49:55 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x2x/x2x-1.27.ebuild,v 1.2 2002/07/08 21:31:07 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="An utility to connect the Mouse and KeyBoard to another X" @@ -9,6 +9,8 @@ LICENSE="as-is" DEPEND="virtual/x11" RDEPEND="virtual/x11" SRC_URI="http://ftp.digital.com/pub/Digital/SRC/x2x/${P}.tar.gz" +SLOT="0" +KEYWORDS="x86" src_unpack() { unpack ${A} |