diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-17 12:42:37 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-06-17 12:42:37 +0000 |
commit | 89c183146e2ac7350172864fb8806c704c85d8cd (patch) | |
tree | 5d022d76083540ebd12721fdf8cc515009f1bd4e /x11-misc/xkbd | |
parent | Add missing x11-proto/inputproto to DEPEND, bug #227735. (diff) | |
download | historical-89c183146e2ac7350172864fb8806c704c85d8cd.tar.gz historical-89c183146e2ac7350172864fb8806c704c85d8cd.tar.bz2 historical-89c183146e2ac7350172864fb8806c704c85d8cd.zip |
Add missing x11-proto/inputproto to DEPEND, bug #227667.
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'x11-misc/xkbd')
-rw-r--r-- | x11-misc/xkbd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xkbd/xkbd-0.8.12.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/xkbd/ChangeLog b/x11-misc/xkbd/ChangeLog index 005d4fe5bd49..6f645663c900 100644 --- a/x11-misc/xkbd/ChangeLog +++ b/x11-misc/xkbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkbd -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.12 2007/02/22 00:06:29 jokey Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.13 2008/06/17 12:42:37 nelchael Exp $ + + 17 Jun 2008; Krzysiek Pawlik <nelchael@gentoo.org> xkbd-0.8.12.ebuild: + Add missing x11-proto/inputproto to DEPEND, bug #227667. 22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/xkbd/xkbd-0.8.12.ebuild b/x11-misc/xkbd/xkbd-0.8.12.ebuild index 27d50ea30331..9bb66d94411d 100644 --- a/x11-misc/xkbd/xkbd-0.8.12.ebuild +++ b/x11-misc/xkbd/xkbd-0.8.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.12 2006/10/21 22:37:29 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.13 2008/06/17 12:42:37 nelchael Exp $ DESCRIPTION="Xkbd - onscreen soft keyboard for X11" HOMEPAGE="http://handhelds.org/~mallum/xkbd/" @@ -22,6 +22,7 @@ RDEPEND="x11-libs/libXrender doc? ( app-text/docbook-sgml-utils )" DEPEND="${RDEPEND} x11-proto/xproto + x11-proto/inputproto x11-proto/xextproto" src_compile() { |