diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xkbd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xkbd/xkbd-0.8.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xkbd/ChangeLog b/x11-misc/xkbd/ChangeLog index b3c709fcd1d4..0a77176c51d1 100644 --- a/x11-misc/xkbd/ChangeLog +++ b/x11-misc/xkbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkbd -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.14 2008/12/21 17:34:47 solar Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.15 2009/01/05 14:02:40 remi Exp $ + + 05 Jan 2009; Rémi Cardona <remi@gentoo.org> xkbd-0.8.12.ebuild: + Change virtual/xft dependency to x11-libs/libXft, bug 253771. 21 Dec 2008; <solar@gentoo.org> xkbd-0.8.12.ebuild: - keyword ~arm diff --git a/x11-misc/xkbd/xkbd-0.8.12.ebuild b/x11-misc/xkbd/xkbd-0.8.12.ebuild index 867396995a69..622f45325ef8 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-2008 Gentoo Foundation +# Copyright 1999-2009 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.14 2008/12/21 17:34:47 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.15 2009/01/05 14:02:40 remi Exp $ DESCRIPTION="Xkbd - onscreen soft keyboard for X11" HOMEPAGE="http://handhelds.org/~mallum/xkbd/" @@ -13,7 +13,7 @@ IUSE="doc debug" RDEPEND="x11-libs/libXrender x11-libs/libX11 - virtual/xft + x11-libs/libXft x11-libs/libXtst x11-libs/libXpm media-libs/freetype |