summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-09-24 07:17:53 +0000
committerRémi Cardona <remi@gentoo.org>2009-09-24 07:17:53 +0000
commite7b334f5044ee6b8039fe9630faaeeedcfbd0e55 (patch)
treec790615fc39efdb7781b5a7f6a5289d6ff20d609 /x11-apps
parentstable x86, security bug 283370 (diff)
downloadgentoo-2-e7b334f5044ee6b8039fe9630faaeeedcfbd0e55.tar.gz
gentoo-2-e7b334f5044ee6b8039fe9630faaeeedcfbd0e55.tar.bz2
gentoo-2-e7b334f5044ee6b8039fe9630faaeeedcfbd0e55.zip
x11-apps/xkbutils: add missing inputproto dep (fixes bug #227891)
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkbutils/ChangeLog5
-rw-r--r--x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-apps/xkbutils/ChangeLog b/x11-apps/xkbutils/ChangeLog
index 8a3a8bb60ee6..923ea765302e 100644
--- a/x11-apps/xkbutils/ChangeLog
+++ b/x11-apps/xkbutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xkbutils
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/ChangeLog,v 1.29 2009/06/23 20:57:18 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/ChangeLog,v 1.30 2009/09/24 07:17:53 remi Exp $
+
+ 24 Sep 2009; Rémi Cardona <remi@gentoo.org> xkbutils-1.0.1-r1.ebuild:
+ add missing inputproto dep (fixes bug #227891)
23 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
xkbutils-1.0.1-r1.ebuild:
diff --git a/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild b/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild
index 61d7b25083fa..5d9d83fd86a3 100644
--- a/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild
+++ b/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild,v 1.10 2009/06/23 20:57:18 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbutils/xkbutils-1.0.1-r1.ebuild,v 1.11 2009/09/24 07:17:53 remi Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -8,10 +8,13 @@
inherit x-modular
DESCRIPTION="X.Org xkbutils application"
+
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
+
RDEPEND="x11-libs/libxkbfile
x11-libs/libXaw"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ x11-proto/inputproto"
CONFIGURE_OPTIONS="--disable-xprint"