diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 19:06:20 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 19:06:20 +0000 |
commit | 8b3f5573dcafc74d1b6a4fd61ce7c130767fd2ff (patch) | |
tree | 15f156c6f54dbd868c666a2502d8c68c513d3314 /x11-apps | |
parent | Add includedir to make sure headers aren't installed in /include. (diff) | |
download | gentoo-2-8b3f5573dcafc74d1b6a4fd61ce7c130767fd2ff.tar.gz gentoo-2-8b3f5573dcafc74d1b6a4fd61ce7c130767fd2ff.tar.bz2 gentoo-2-8b3f5573dcafc74d1b6a4fd61ce7c130767fd2ff.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xhost/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog index 2c54ab88f263..6f1ca1ea7d45 100644 --- a/x11-apps/xhost/ChangeLog +++ b/x11-apps/xhost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xhost # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.20 2006/03/24 03:55:44 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.21 2006/04/13 19:06:20 flameeyes Exp $ + + 13 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xhost-1.0.0.ebuild: + Add ~x86-fbsd keyword. 24 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; xhost-1.0.0.ebuild: (#127306) Digests changed between release candidates and final release for diff --git a/x11-apps/xhost/xhost-1.0.0.ebuild b/x11-apps/xhost/xhost-1.0.0.ebuild index b47316fc53a4..2693c58fb1a5 100644 --- a/x11-apps/xhost/xhost-1.0.0.ebuild +++ b/x11-apps/xhost/xhost-1.0.0.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/xhost/xhost-1.0.0.ebuild,v 1.6 2006/03/24 03:55:44 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.0.ebuild,v 1.7 2006/04/13 19:06:20 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="X.Org xhost application" RESTRICT="mirror" -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/libX11 x11-libs/libXmu" DEPEND="${RDEPEND}" |