diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-01 20:09:26 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-01 20:09:26 +0000 |
commit | 73e1bde8997be3db67d8f3cae43c17ba8622a071 (patch) | |
tree | 494e39b10739e91405f0baef39b986f5a9359986 /x11-apps/xsetroot | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-73e1bde8997be3db67d8f3cae43c17ba8622a071.tar.gz gentoo-2-73e1bde8997be3db67d8f3cae43c17ba8622a071.tar.bz2 gentoo-2-73e1bde8997be3db67d8f3cae43c17ba8622a071.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'x11-apps/xsetroot')
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xsetroot/ChangeLog b/x11-apps/xsetroot/ChangeLog index 1d94cc5fb7c0..411b59b03f92 100644 --- a/x11-apps/xsetroot/ChangeLog +++ b/x11-apps/xsetroot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xsetroot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.13 2006/03/24 18:42:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.14 2006/04/01 20:09:26 flameeyes Exp $ + + 01 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xsetroot-1.0.1.ebuild: + Add ~x86-fbsd keyword. 24 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; xsetroot-1.0.1.ebuild: diff --git a/x11-apps/xsetroot/xsetroot-1.0.1.ebuild b/x11-apps/xsetroot/xsetroot-1.0.1.ebuild index 551574953241..11a220cbe1b2 100644 --- a/x11-apps/xsetroot/xsetroot-1.0.1.ebuild +++ b/x11-apps/xsetroot/xsetroot-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.0.1.ebuild,v 1.6 2006/03/24 18:42:15 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.0.1.ebuild,v 1.7 2006/04/01 20:09:26 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xsetroot application" -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 x11-misc/xbitmaps" |