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 | 7eee33f0735a388c0af804c80945c30c26d13a6b (patch) | |
tree | b013384bacd0f16113c8bcc2b558eb1cada0350f /x11-libs/libfakekey | |
parent | stable on ppc64 (diff) | |
download | historical-7eee33f0735a388c0af804c80945c30c26d13a6b.tar.gz historical-7eee33f0735a388c0af804c80945c30c26d13a6b.tar.bz2 historical-7eee33f0735a388c0af804c80945c30c26d13a6b.zip |
Drop virtual/x11 references.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'x11-libs/libfakekey')
-rw-r--r-- | x11-libs/libfakekey/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-libs/libfakekey/ChangeLog b/x11-libs/libfakekey/ChangeLog index b2e58ecdbb45..4d2311ddc894 100644 --- a/x11-libs/libfakekey/ChangeLog +++ b/x11-libs/libfakekey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libfakekey -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.2 2006/08/07 16:55:42 yvasilev Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.3 2007/07/22 03:14:19 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + libfakekey-0.1.ebuild: + Drop virtual/x11 references. 07 Aug 2006; <yvasilev@gentoo.org> libfakekey-0.1.ebuild: Added ~arm keyword. 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 )" |