diff options
-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 f790dfabb2ec..a40e920de08c 100644 --- a/x11-apps/xwd/ChangeLog +++ b/x11-apps/xwd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xwd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.16 2008/09/11 17:54:37 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.17 2008/09/24 10:21:26 aballier Exp $ + + 24 Sep 2008; Alexis Ballier <aballier@gentoo.org> xwd-1.0.2.ebuild: + keyword ~x86-fbsd *xwd-1.0.2 (11 Sep 2008) diff --git a/x11-apps/xwd/xwd-1.0.2.ebuild b/x11-apps/xwd/xwd-1.0.2.ebuild index 6892e883193f..15ef627408ef 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-2008 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.1 2008/09/11 17:54:37 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.2.ebuild,v 1.2 2008/09/24 10:21:26 aballier 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND="x11-libs/libXmu x11-libs/libX11" |