diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-12-10 04:23:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-12-10 04:23:05 +0000 |
commit | 138bb8386e51a921b47d7b75fba37d14a0955bd9 (patch) | |
tree | 77c459de3080423c2147c312022bf546fce2bdac /sys-devel/crossdev | |
parent | make sure we link to the right libs when cross compiling (diff) | |
download | gentoo-2-138bb8386e51a921b47d7b75fba37d14a0955bd9.tar.gz gentoo-2-138bb8386e51a921b47d7b75fba37d14a0955bd9.tar.bz2 gentoo-2-138bb8386e51a921b47d7b75fba37d14a0955bd9.zip |
fix KEYWORD muck up pointed out by Raúl Porcel
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/crossdev-0.9.18-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-0.9.18-r10.ebuild b/sys-devel/crossdev/crossdev-0.9.18-r10.ebuild index e53437771ccd..a890439a47dc 100644 --- a/sys-devel/crossdev/crossdev-0.9.18-r10.ebuild +++ b/sys-devel/crossdev/crossdev-0.9.18-r10.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/sys-devel/crossdev/crossdev-0.9.18-r10.ebuild,v 1.2 2008/11/28 09:18:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r10.ebuild,v 1.3 2008/12/10 04:23:05 vapier Exp $ DESCRIPTION="Gentoo Cross-toolchain generator" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=sys-apps/portage-2.1 |