diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-02 15:34:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-02 15:34:43 +0000 |
commit | 1173970fcfe0144ae383a9010668305a87a18718 (patch) | |
tree | ec2abc23e31bcdf41ccef19907b0e9aa51ac5124 /eclass | |
parent | Fix for gcc-4 compilation, bug #120836 (diff) | |
download | historical-1173970fcfe0144ae383a9010668305a87a18718.tar.gz historical-1173970fcfe0144ae383a9010668305a87a18718.tar.bz2 historical-1173970fcfe0144ae383a9010668305a87a18718.zip |
Don't set KEYWORDS from the eclass.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/freebsd.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass index b36dcc3bb8d9..304f9dcb8b97 100644 --- a/eclass/freebsd.eclass +++ b/eclass/freebsd.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.1 2006/04/01 15:24:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.2 2006/04/02 15:34:43 flameeyes Exp $ # # Diego Pettenò <flameeyes@gentoo.org> @@ -9,7 +9,6 @@ inherit versionator eutils flag-o-matic bsdmk ECLASS=freebsd INHERITED="$INHERITED $ECLASS" -KEYWORDS="~x86-fbsd ~amd64-fbsd" LICENSE="BSD" HOMEPAGE="http://www.freebsd.org/" |