summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-04-07 22:35:46 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-04-07 22:35:46 +0000
commita9a7422fbc5dd86f39be34370b8537cc9b60c170 (patch)
treed0ec94b620f34bcbaedb7bb10170d9d40e4d416b /x11-apps/xset
parentAdd myself as maintainer. (diff)
downloadgentoo-2-a9a7422fbc5dd86f39be34370b8537cc9b60c170.tar.gz
gentoo-2-a9a7422fbc5dd86f39be34370b8537cc9b60c170.tar.bz2
gentoo-2-a9a7422fbc5dd86f39be34370b8537cc9b60c170.zip
x11-apps/xset: add libXxf86misc dependency, bug #311821
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xset')
-rw-r--r--x11-apps/xset/ChangeLog6
-rw-r--r--x11-apps/xset/xset-1.1.0.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/xset/ChangeLog b/x11-apps/xset/ChangeLog
index 2558a89ce861..ea4e85c98630 100644
--- a/x11-apps/xset/ChangeLog
+++ b/x11-apps/xset/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xset
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.60 2010/01/23 19:23:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/ChangeLog,v 1.61 2010/04/07 22:35:46 chithanh Exp $
+
+ 07 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xset-1.1.0.ebuild:
+ add libXxf86misc dependency, bug #311821
23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xset-1.0.3.ebuild,
-xset-1.0.4.ebuild:
diff --git a/x11-apps/xset/xset-1.1.0.ebuild b/x11-apps/xset/xset-1.1.0.ebuild
index 01b95feb70a1..80be4b40da14 100644
--- a/x11-apps/xset/xset-1.1.0.ebuild
+++ b/x11-apps/xset/xset-1.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.1.0.ebuild,v 1.10 2010/01/19 18:54:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xset/xset-1.1.0.ebuild,v 1.11 2010/04/07 22:35:46 chithanh Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -13,5 +13,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
IUSE=""
RDEPEND="x11-libs/libXmu
- x11-libs/libXfontcache"
+ x11-libs/libXfontcache
+ x11-libs/libXxf86misc"
DEPEND="${RDEPEND}"