diff options
author | David Shakaryan <omp@gentoo.org> | 2006-10-22 00:23:09 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-10-22 00:23:09 +0000 |
commit | 776baa9b80d55c8e613f71d4fb7eefc3cb822e15 (patch) | |
tree | 81747704f9f4c9868aad7ba16350288bf09d6b16 /x11-misc/xhkeys | |
parent | Bump lcms requirement to 1.15, thanks to Pavel Vondricka in bug #152109. (diff) | |
download | historical-776baa9b80d55c8e613f71d4fb7eefc3cb822e15.tar.gz historical-776baa9b80d55c8e613f71d4fb7eefc3cb822e15.tar.bz2 historical-776baa9b80d55c8e613f71d4fb7eefc3cb822e15.zip |
Remove monolithic X from dependencies.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'x11-misc/xhkeys')
-rw-r--r-- | x11-misc/xhkeys/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 16 |
2 files changed, 10 insertions, 11 deletions
diff --git a/x11-misc/xhkeys/ChangeLog b/x11-misc/xhkeys/ChangeLog index bd58753f1783..478fe67cfa0e 100644 --- a/x11-misc/xhkeys/ChangeLog +++ b/x11-misc/xhkeys/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xhkeys # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.11 2006/01/21 17:29:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/ChangeLog,v 1.12 2006/10/22 00:20:41 omp Exp $ + + 22 Oct 2006; David Shakaryan <omp@gentoo.org> xhkeys-2.2.1.ebuild: + Remove monolithic X from dependencies. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xhkeys-1.0.0.ebuild, -xhkeys-1.0.2.ebuild, xhkeys-2.2.1.ebuild: diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild index a30f7d041f24..2ae4405f708d 100644 --- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild +++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v 1.4 2006/01/21 17:29:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v 1.5 2006/10/22 00:20:41 omp Exp $ DESCRIPTION="assign particular actions to any key or key combination" HOMEPAGE="http://www.geocities.com/wmalms/" @@ -11,16 +11,12 @@ SLOT="0" KEYWORDS="x86 ppc" IUSE="" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXext ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext" DEPEND="${RDEPEND} - || ( ( - x11-proto/xextproto - x11-proto/xproto ) - virtual/x11 )" + x11-proto/xextproto + x11-proto/xproto" src_install() { dobin xhkeys xhkconf |