diff options
author | 2007-05-02 08:26:34 +0000 | |
---|---|---|
committer | 2007-05-02 08:26:34 +0000 | |
commit | 47b26420d4c5fd110cd5f9661a3077674a052c73 (patch) | |
tree | fc5afae919e1a5325bbb40309edab3b634964249 /x11-apps/xset | |
parent | Unmask =x11-base/x11-drm-20060608-r1 since it's been masked for freebsd testi... (diff) | |
download | gentoo-2-47b26420d4c5fd110cd5f9661a3077674a052c73.tar.gz gentoo-2-47b26420d4c5fd110cd5f9661a3077674a052c73.tar.bz2 gentoo-2-47b26420d4c5fd110cd5f9661a3077674a052c73.zip |
(#165286) Add dep on libXfontcache (Gergan Penkov).
(Portage version: 2.1.2.5)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r-- | x11-apps/xset/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xset/xset-1.0.2.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog index ec57ad2b864b..ff5e271b29fa 100644 --- a/x11-apps/xset/ChangeLog +++ b/x11-apps/xset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xset -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.28 2006/08/10 13:29:31 tcort Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.29 2007/05/02 08:26:34 dberkholz Exp $ + + 02 May 2007; Donnie Berkholz <dberkholz@gentoo.org>; xset-1.0.2.ebuild: + (#165286) Add dep on libXfontcache (Gergan Penkov). 10 Aug 2006; Thomas Cort <tcort@gentoo.org> xset-1.0.2.ebuild: Stable on alpha. diff --git a/x11-apps/xset/xset-1.0.2.ebuild b/x11-apps/xset/xset-1.0.2.ebuild index 7ed2918a3983..03a892d2d31c 100644 --- a/x11-apps/xset/xset-1.0.2.ebuild +++ b/x11-apps/xset/xset-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.0.2.ebuild,v 1.10 2006/09/10 09:06:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.0.2.ebuild,v 1.11 2007/05/02 08:26:34 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,5 +11,6 @@ DESCRIPTION="X.Org xset application" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86 ~x86-fbsd" -RDEPEND="x11-libs/libXmu" +RDEPEND="x11-libs/libXmu + x11-libs/libXfontcache" DEPEND="${RDEPEND}" |