diff options
-rw-r--r-- | sys-devel/make/make-3.80-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/make/make-3.80-r3.ebuild b/sys-devel/make/make-3.80-r3.ebuild index 0986d16ceec7..ffaf5fef86de 100644 --- a/sys-devel/make/make-3.80-r3.ebuild +++ b/sys-devel/make/make-3.80-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80-r3.ebuild,v 1.1 2005/09/29 22:31:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80-r3.ebuild,v 1.2 2006/02/19 07:46:54 vapier Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/make/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86" IUSE="nls static build" DEPEND="nls? ( sys-devel/gettext )" |