diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-07 10:42:11 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-01-07 10:42:11 +0000 |
commit | 2edeffafa29a0a8adf5110acf99ee8001cfa243c (patch) | |
tree | 8806eba6c49cb9069457223b4d450c89331b0987 /x11-misc/xsetleds | |
parent | Remove gartoon-pallete.svg to fix icon cache generation, see bug #199110. (diff) | |
download | gentoo-2-2edeffafa29a0a8adf5110acf99ee8001cfa243c.tar.gz gentoo-2-2edeffafa29a0a8adf5110acf99ee8001cfa243c.tar.bz2 gentoo-2-2edeffafa29a0a8adf5110acf99ee8001cfa243c.zip |
Add missing x11-proto/inputproto to DEPEND, see bug #204580.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'x11-misc/xsetleds')
-rw-r--r-- | x11-misc/xsetleds/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xsetleds/xsetleds-0.1.3.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/xsetleds/ChangeLog b/x11-misc/xsetleds/ChangeLog index 1ef60e181b39..42f9ac730782 100644 --- a/x11-misc/xsetleds/ChangeLog +++ b/x11-misc/xsetleds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsetleds -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.14 2007/07/22 03:16:37 dberkholz Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/ChangeLog,v 1.15 2008/01/07 10:42:11 nelchael Exp $ + + 07 Jan 2008; Krzysiek Pawlik <nelchael@gentoo.org> xsetleds-0.1.3.ebuild: + Add missing x11-proto/inputproto to DEPEND, see bug #204580. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; xsetleds-0.1.3.ebuild: diff --git a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild b/x11-misc/xsetleds/xsetleds-0.1.3.ebuild index f2a7cc1e41ee..277bd89da7a1 100644 --- a/x11-misc/xsetleds/xsetleds-0.1.3.ebuild +++ b/x11-misc/xsetleds/xsetleds-0.1.3.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/xsetleds/xsetleds-0.1.3.ebuild,v 1.15 2007/07/22 03:16:37 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsetleds/xsetleds-0.1.3.ebuild,v 1.16 2008/01/07 10:42:10 nelchael Exp $ DESCRIPTION="small tool to report and change the keyboard LED states of an X display" HOMEPAGE="ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/" @@ -14,6 +14,7 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXtst" DEPEND="${RDEPEND} + x11-proto/inputproto x11-proto/xextproto x11-proto/xproto" |