diff options
author | Markus Meier <maekke@gentoo.org> | 2013-10-05 16:48:38 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-10-05 16:48:38 +0000 |
commit | 1b3f0e3ef8e23e4adb170ee45b2d442870cd1470 (patch) | |
tree | c1b56dd685e72dacf3732259f3fdf0d9697ce60a /x11-apps/xwd | |
parent | Add missing git DEPEND wrt bug #487026. (diff) | |
download | gentoo-2-1b3f0e3ef8e23e4adb170ee45b2d442870cd1470.tar.gz gentoo-2-1b3f0e3ef8e23e4adb170ee45b2d442870cd1470.tar.bz2 gentoo-2-1b3f0e3ef8e23e4adb170ee45b2d442870cd1470.zip |
arm stable, bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index 35edde40b8fd..bfc441adae4f 100644 --- a/x11-apps/xwd/ChangeLog +++ b/x11-apps/xwd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xwd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.60 2013/10/05 04:55:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.61 2013/10/05 16:48:38 maekke Exp $ + + 05 Oct 2013; Markus Meier <maekke@gentoo.org> xwd-1.0.6.ebuild: + arm stable, bug #475480 05 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xwd-1.0.6.ebuild: Stable for alpha, wrt bug #475480 diff --git a/x11-apps/xwd/xwd-1.0.6.ebuild b/x11-apps/xwd/xwd-1.0.6.ebuild index ade2bbda7b45..330f25604633 100644 --- a/x11-apps/xwd/xwd-1.0.6.ebuild +++ b/x11-apps/xwd/xwd-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.6.ebuild,v 1.6 2013/10/05 04:55:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.6.ebuild,v 1.7 2013/10/05 16:48:38 maekke Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="dump an image of an X window" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" # libXt dependency is not in configure.ac, bug #408629, upstream #47462." |