diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-13 21:48:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-13 21:48:05 +0000 |
commit | 523ccc35444a9ce3cfedc7d295750897016bbf67 (patch) | |
tree | 35d8ffcfd28d801c0ba0cdf6229878d0c905fc98 /x11-misc | |
parent | Version Bump and keyworded for ~amd64, bug 304173 (diff) | |
download | gentoo-2-523ccc35444a9ce3cfedc7d295750897016bbf67.tar.gz gentoo-2-523ccc35444a9ce3cfedc7d295750897016bbf67.tar.bz2 gentoo-2-523ccc35444a9ce3cfedc7d295750897016bbf67.zip |
Small mistake, don't inherit virtualx, just leave it commented out, since tests are restricted
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xnee/xnee-3.05.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/xnee/xnee-3.05.ebuild b/x11-misc/xnee/xnee-3.05.ebuild index b748e9127ffd..775b636d1386 100644 --- a/x11-misc/xnee/xnee-3.05.ebuild +++ b/x11-misc/xnee/xnee-3.05.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.05.ebuild,v 1.3 2010/02/13 20:25:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.05.ebuild,v 1.4 2010/02/13 21:48:05 ssuominen Exp $ EAPI=2 -inherit autotools eutils virtualx +inherit autotools eutils +# virtualx DESCRIPTION="Program suite to record, replay and distribute user actions." HOMEPAGE="http://www.sandklef.com/xnee/" |