diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-07 10:51:50 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-07 10:51:50 +0000 |
commit | 663325b3568c2206eba17b3ab36b17316669b060 (patch) | |
tree | 682b303ea9f999b32f466db58639bd9a3eda243a /x11-misc/lineakd | |
parent | Add missing x11-proto/inputproto to DEPEND, see bug #204597. (diff) | |
download | gentoo-2-663325b3568c2206eba17b3ab36b17316669b060.tar.gz gentoo-2-663325b3568c2206eba17b3ab36b17316669b060.tar.bz2 gentoo-2-663325b3568c2206eba17b3ab36b17316669b060.zip |
Add missing x11-proto/inputproto to DEPEND, see bug #204595.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-misc/lineakd')
-rw-r--r-- | x11-misc/lineakd/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0-r1.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/lineakd/ChangeLog b/x11-misc/lineakd/ChangeLog index 1adea16bf6d7..447e07c7de0f 100644 --- a/x11-misc/lineakd/ChangeLog +++ b/x11-misc/lineakd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/lineakd -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.49 2007/07/28 16:11:06 philantrop Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/ChangeLog,v 1.50 2008/01/07 10:51:50 nelchael Exp $ + + 07 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org> + lineakd-0.9.0_pre1.ebuild, lineakd-0.9.0-r1.ebuild: + Add missing x11-proto/inputproto to DEPEND, see bug #204595. 28 Jul 2007; Wulf C. Krueger <philantrop@gentoo.org> lineakd-0.9.0-r1.ebuild: diff --git a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild index 9554d63f3712..a8270c3af167 100644 --- a/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild +++ b/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/lineakd/lineakd-0.9.0-r1.ebuild,v 1.6 2007/07/28 16:11:06 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0-r1.ebuild,v 1.7 2008/01/07 10:51:50 nelchael Exp $ inherit multilib @@ -22,6 +22,7 @@ RDEPEND="x11-libs/libICE DEPEND="${RDEPEND} x11-libs/libxkbfile x11-libs/libXt + x11-proto/inputproto x11-proto/xextproto x11-proto/xproto x11-libs/libXtst" diff --git a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild b/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild index dd05a759721b..888d7425bfaf 100644 --- a/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild +++ b/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/lineakd/lineakd-0.9.0_pre1.ebuild,v 1.8 2007/07/22 03:22:30 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.9.0_pre1.ebuild,v 1.9 2008/01/07 10:51:50 nelchael Exp $ inherit eutils @@ -23,6 +23,7 @@ RDEPEND="x11-libs/libICE DEPEND="${RDEPEND} x11-libs/libxkbfile x11-libs/libXt + x11-proto/inputproto x11-proto/xextproto x11-proto/xproto" |