summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/xwd/ChangeLog6
-rw-r--r--x11-apps/xwd/xwd-1.0.5.ebuild7
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog
index 2047143f7eac..0d4f4790dbca 100644
--- a/x11-apps/xwd/ChangeLog
+++ b/x11-apps/xwd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xwd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.44 2012/02/24 15:38:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.45 2012/03/18 01:55:15 chithanh Exp $
+
+ 18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xwd-1.0.5.ebuild:
+ Fix dependencies, bug #408629.
*xwd-1.0.5 (24 Feb 2012)
diff --git a/x11-apps/xwd/xwd-1.0.5.ebuild b/x11-apps/xwd/xwd-1.0.5.ebuild
index c37d4d60ee33..0246c13b63a8 100644
--- a/x11-apps/xwd/xwd-1.0.5.ebuild
+++ b/x11-apps/xwd/xwd-1.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v 1.1 2012/02/24 15:38:38 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v 1.2 2012/03/18 01:55:15 chithanh Exp $
EAPI=4
@@ -11,5 +11,8 @@ DESCRIPTION="dump an image of an X window"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
-RDEPEND="x11-libs/libX11"
+# libXt dependency is not in configure.ac, bug #408629, upstream #47462."
+RDEPEND="x11-libs/libX11
+ x11-libs/libXt
+ x11-proto/xproto"
DEPEND="${RDEPEND}"