diff options
author | Markus Meier <maekke@gentoo.org> | 2010-01-14 22:27:21 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-01-14 22:27:21 +0000 |
commit | 3ff15144447af823c62707933112472fb5c6fa2e (patch) | |
tree | b7ed15d22de3ebdb0f5140742c2b4ecb2a8a1155 /x11-apps/xwd | |
parent | arm stable, bug #294958 (diff) | |
download | gentoo-2-3ff15144447af823c62707933112472fb5c6fa2e.tar.gz gentoo-2-3ff15144447af823c62707933112472fb5c6fa2e.tar.bz2 gentoo-2-3ff15144447af823c62707933112472fb5c6fa2e.zip |
arm stable, bug #294958
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index 5b10c136e2c8..7964d63b6a73 100644 --- a/x11-apps/xwd/ChangeLog +++ b/x11-apps/xwd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xwd -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.30 2009/12/27 17:56:34 josejx Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.31 2010/01/14 22:27:21 maekke Exp $ + + 14 Jan 2010; Markus Meier <maekke@gentoo.org> xwd-1.0.3.ebuild: + arm stable, bug #294958 27 Dec 2009; Joseph Jezak <josejx@gentoo.org> xwd-1.0.3.ebuild: Marked ppc stable for bug #294958. diff --git a/x11-apps/xwd/xwd-1.0.3.ebuild b/x11-apps/xwd/xwd-1.0.3.ebuild index 7a21816b9a76..a598792c8895 100644 --- a/x11-apps/xwd/xwd-1.0.3.ebuild +++ b/x11-apps/xwd/xwd-1.0.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.3.ebuild,v 1.5 2009/12/27 17:56:34 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.3.ebuild,v 1.6 2010/01/14 22:27:21 maekke Exp $ inherit x-modular DESCRIPTION="dump an image of an X window" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |