diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-18 03:58:50 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-18 03:58:50 +0000 |
commit | 66f010c2bf66d2b8a0c5380161d3cf142fa30b41 (patch) | |
tree | fb49b9bf5cf2a7efac2d9b721c50b67f5f8bab87 /x11-apps/xwd | |
parent | Version bump. (diff) | |
download | gentoo-2-66f010c2bf66d2b8a0c5380161d3cf142fa30b41.tar.gz gentoo-2-66f010c2bf66d2b8a0c5380161d3cf142fa30b41.tar.bz2 gentoo-2-66f010c2bf66d2b8a0c5380161d3cf142fa30b41.zip |
Update dependencies as suggested by ssuominen in bug #408673.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.5.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index 0d4f4790dbca..819d5c35c57e 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.45 2012/03/18 01:55:15 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.46 2012/03/18 03:58:50 chithanh Exp $ + + 18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xwd-1.0.5.ebuild: + Update dependencies as suggested by ssuominen in bug #408673. 18 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> xwd-1.0.5.ebuild: diff --git a/x11-apps/xwd/xwd-1.0.5.ebuild b/x11-apps/xwd/xwd-1.0.5.ebuild index 0246c13b63a8..0ec2baabad75 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.2 2012/03/18 01:55:15 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v 1.3 2012/03/18 03:58:50 chithanh Exp $ EAPI=4 @@ -12,7 +12,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="" # libXt dependency is not in configure.ac, bug #408629, upstream #47462." -RDEPEND="x11-libs/libX11 +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} x11-libs/libXt + x11-libs/libxkbfile x11-proto/xproto" -DEPEND="${RDEPEND}" |