diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 03:14:19 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 03:14:19 +0000 |
commit | 424b62cdc2013e80f3e0ad9de40667832effb246 (patch) | |
tree | a5b76a5280ca4952ed12a10b75590e36438439bf /x11-libs/libfakekey/libfakekey-0.1.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-424b62cdc2013e80f3e0ad9de40667832effb246.tar.gz gentoo-2-424b62cdc2013e80f3e0ad9de40667832effb246.tar.bz2 gentoo-2-424b62cdc2013e80f3e0ad9de40667832effb246.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-libs/libfakekey/libfakekey-0.1.ebuild')
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-libs/libfakekey/libfakekey-0.1.ebuild b/x11-libs/libfakekey/libfakekey-0.1.ebuild index 8bec00ee086b..c0b8aa44fb21 100644 --- a/x11-libs/libfakekey/libfakekey-0.1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 2006-2006 Gentoo Foundation +# Copyright 2006-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1.ebuild,v 1.2 2006/08/07 16:55:42 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1.ebuild,v 1.3 2007/07/22 03:14:19 dberkholz Exp $ DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package." HOMEPAGE="http://projects.o-hand.com/matchbox/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~arm" IUSE="debug doc" -RDEPEND="|| ( x11-libs/libXtst - virtual/x11 )" +RDEPEND="x11-libs/libXtst" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )" |