diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:48:22 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 11:48:22 +0000 |
commit | 65031ca50d428cf0caa8c045d538a9c3d142aa8e (patch) | |
tree | fe559fc294cb4efe9a20f32e24a1e509060543b1 /x11-misc/xvkbd | |
parent | Revision bump. Patch from Ulrich Mueller <ulm@kph.uni-mainz.de> to keep diag1... (diff) | |
download | historical-65031ca50d428cf0caa8c045d538a9c3d142aa8e.tar.gz historical-65031ca50d428cf0caa8c045d538a9c3d142aa8e.tar.bz2 historical-65031ca50d428cf0caa8c045d538a9c3d142aa8e.zip |
Add missing x11-misc/gccmakedep to DEPEND, see bug #150802.
Package-Manager: portage-2.1.2_pre2-r8
Diffstat (limited to 'x11-misc/xvkbd')
-rw-r--r-- | x11-misc/xvkbd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xvkbd/xvkbd-2.6.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xvkbd/ChangeLog b/x11-misc/xvkbd/ChangeLog index 1611b183a7d8..748f1eca0210 100644 --- a/x11-misc/xvkbd/ChangeLog +++ b/x11-misc/xvkbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xvkbd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/ChangeLog,v 1.14 2006/07/10 17:51:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/ChangeLog,v 1.15 2006/10/11 11:48:22 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> xvkbd-2.6.ebuild: + Add missing x11-misc/gccmakedep to DEPEND, see bug #150802. 10 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> xvkbd-2.6.ebuild: Improve support for Modular Xorg by using the correct path for app-defaults, diff --git a/x11-misc/xvkbd/xvkbd-2.6.ebuild b/x11-misc/xvkbd/xvkbd-2.6.ebuild index c09e7b9155a5..25ae94dfd6a7 100644 --- a/x11-misc/xvkbd/xvkbd-2.6.ebuild +++ b/x11-misc/xvkbd/xvkbd-2.6.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/xvkbd/xvkbd-2.6.ebuild,v 1.10 2006/07/10 17:51:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvkbd/xvkbd-2.6.ebuild,v 1.11 2006/10/11 11:48:22 nelchael Exp $ DESCRIPTION="virtual keyboard for X window system" HOMEPAGE="http://homepage3.nifty.com/tsato/xvkbd/" @@ -19,6 +19,7 @@ RDEPEND="|| ( ( DEPEND="${RDEPEND} || ( ( x11-misc/imake + x11-misc/gccmakedep x11-proto/xproto app-text/rman x11-proto/xextproto |