diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-08 19:00:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-08 19:00:00 +0000 |
commit | 4dfba7855c7ebffca6d2a4a0dea68ca4b8702c86 (patch) | |
tree | c037e7347dfd8756fbc9e09f6b2665803c7ec3a9 /sys-devel/flex/flex-2.5.35.ebuild | |
parent | Fix possible problem introduced in last commit - supplied patch works only fo... (diff) | |
download | gentoo-2-4dfba7855c7ebffca6d2a4a0dea68ca4b8702c86.tar.gz gentoo-2-4dfba7855c7ebffca6d2a4a0dea68ca4b8702c86.tar.bz2 gentoo-2-4dfba7855c7ebffca6d2a4a0dea68ca4b8702c86.zip |
Fix DESCRIPTION wrt #323237 by Jaak Ristioja.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/flex/flex-2.5.35.ebuild')
-rw-r--r-- | sys-devel/flex/flex-2.5.35.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/flex/flex-2.5.35.ebuild b/sys-devel/flex/flex-2.5.35.ebuild index d4b60d01ecfd..19102058a525 100644 --- a/sys-devel/flex/flex-2.5.35.ebuild +++ b/sys-devel/flex/flex-2.5.35.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.11 2009/03/26 04:27:50 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.35.ebuild,v 1.12 2010/06/08 19:00:00 ssuominen Exp $ inherit eutils flag-o-matic #DEB_VER=36 -DESCRIPTION="GNU lexical analyser generator" +DESCRIPTION="The Fast Lexical Analyzer" HOMEPAGE="http://flex.sourceforge.net/" SRC_URI="mirror://sourceforge/flex/${P}.tar.bz2" # mirror://debian/pool/main/f/flex/${PN}_${PV}-${DEB_VER}.diff.gz" |