diff options
Diffstat (limited to 'sys-devel/flex/flex-2.5.4a-r5.ebuild')
-rw-r--r-- | sys-devel/flex/flex-2.5.4a-r5.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/flex/flex-2.5.4a-r5.ebuild b/sys-devel/flex/flex-2.5.4a-r5.ebuild index 4df8cd65a917..f6f13b1e1d6c 100644 --- a/sys-devel/flex/flex-2.5.4a-r5.ebuild +++ b/sys-devel/flex/flex-2.5.4a-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.32 2005/01/21 00:07:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.33 2005/05/22 02:02:15 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,12 +10,12 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="FLEX" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="build static" -RDEPEND="virtual/libc" +DEPEND="" -S="${WORKDIR}/${P/a/}" +S=${WORKDIR}/${P/a/} src_unpack() { unpack ${A} |