diff options
author | Markus Meier <maekke@gentoo.org> | 2012-06-28 05:53:35 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-06-28 05:53:35 +0000 |
commit | 4385ee55f72d153e292782d6f4f11873a48e3dfa (patch) | |
tree | 080a0bd109eca8c57220513a03543f58f68a135b /x11-apps | |
parent | arm stable, bug #419473 (diff) | |
download | gentoo-2-4385ee55f72d153e292782d6f4f11873a48e3dfa.tar.gz gentoo-2-4385ee55f72d153e292782d6f4f11873a48e3dfa.tar.bz2 gentoo-2-4385ee55f72d153e292782d6f4f11873a48e3dfa.zip |
arm stable, bug #419473
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index 0b6400633ff8..148ae9767cfe 100644 --- a/x11-apps/xwd/ChangeLog +++ b/x11-apps/xwd/ChangeLog @@ -1,6 +1,9 @@ # 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.49 2012/06/24 18:55:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.50 2012/06/28 05:53:35 maekke Exp $ + + 28 Jun 2012; Markus Meier <maekke@gentoo.org> xwd-1.0.5.ebuild: + arm stable, bug #419473 24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xwd-1.0.5.ebuild: Stable for x86, wrt bug #419473 diff --git a/x11-apps/xwd/xwd-1.0.5.ebuild b/x11-apps/xwd/xwd-1.0.5.ebuild index 9656e788848d..fb098187b77b 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.6 2012/06/24 18:55:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.5.ebuild,v 1.7 2012/06/28 05:53:35 maekke Exp $ EAPI=4 @@ -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." |