diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 06:35:50 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 06:35:50 +0000 |
commit | c98d7edc7fb2626a23376bfcabb888f24629e3b5 (patch) | |
tree | d2b1f827a5adb1c07f70471d06bbf0d253499f95 /x11-apps/xwd | |
parent | stable x86, bug 268581 (diff) | |
download | gentoo-2-c98d7edc7fb2626a23376bfcabb888f24629e3b5.tar.gz gentoo-2-c98d7edc7fb2626a23376bfcabb888f24629e3b5.tar.bz2 gentoo-2-c98d7edc7fb2626a23376bfcabb888f24629e3b5.zip |
stable x86, bug 268581
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index 6938933cc17f..6d3209ab9040 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.18 2009/05/05 05:21:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.19 2009/05/05 06:35:50 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> xwd-1.0.2.ebuild: + stable x86, bug 268581 05 May 2009; Jeroen Roovers <jer@gentoo.org> xwd-1.0.2.ebuild: Stable for HPPA (bug #268581). diff --git a/x11-apps/xwd/xwd-1.0.2.ebuild b/x11-apps/xwd/xwd-1.0.2.ebuild index d3cfadafeae6..84d86ca3d41e 100644 --- a/x11-apps/xwd/xwd-1.0.2.ebuild +++ b/x11-apps/xwd/xwd-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.2.ebuild,v 1.3 2009/05/05 05:21:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.2.ebuild,v 1.4 2009/05/05 06:35:50 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ 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" RDEPEND="x11-libs/libXmu x11-libs/libX11" |