diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-10 18:54:45 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-10 18:54:45 +0000 |
commit | 0b52c2a4a9e2fa34ebaca3de76982fb2e79333c7 (patch) | |
tree | 4db402b10ad23bc27cd16be8ae19bd6ff18148ca /x11-apps/xwd | |
parent | Drop KDE SC-4.3.1. (diff) | |
download | historical-0b52c2a4a9e2fa34ebaca3de76982fb2e79333c7.tar.gz historical-0b52c2a4a9e2fa34ebaca3de76982fb2e79333c7.tar.bz2 historical-0b52c2a4a9e2fa34ebaca3de76982fb2e79333c7.zip |
x86 stable, bug 294958
Package-Manager: portage-2.1.6.13/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index 4253baea39d0..eb9491b3396d 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.27 2009/12/10 13:02:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.28 2009/12/10 18:53:22 fauli Exp $ + + 10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> xwd-1.0.3.ebuild: + x86 stable, bug 294958 10 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> xwd-1.0.3.ebuild: amd64 stable wrt #294958 diff --git a/x11-apps/xwd/xwd-1.0.3.ebuild b/x11-apps/xwd/xwd-1.0.3.ebuild index 12ab981c6a05..afa85a02307f 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 # 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.2 2009/12/10 13:02:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.3.ebuild,v 1.3 2009/12/10 18:53:22 fauli 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}" |