diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-03 18:30:42 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-03 18:30:42 +0000 |
commit | 0f003a66c9fe9df1a4e6bf3c4ab7a2628c8c7e61 (patch) | |
tree | 4e6587d3ce01cd1b0e7cf2da2fb42d9ba9768121 /dev-util/re2c/re2c-0.9.3.ebuild | |
parent | Add missing dep on khotkeys, fixes bug 97773. (diff) | |
download | gentoo-2-0f003a66c9fe9df1a4e6bf3c4ab7a2628c8c7e61.tar.gz gentoo-2-0f003a66c9fe9df1a4e6bf3c4ab7a2628c8c7e61.tar.bz2 gentoo-2-0f003a66c9fe9df1a4e6bf3c4ab7a2628c8c7e61.zip |
Bug #95569, version bump. Stable 0.9.3. Add metadata with myself and lisa (who submitted the original package).
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util/re2c/re2c-0.9.3.ebuild')
-rw-r--r-- | dev-util/re2c/re2c-0.9.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/re2c/re2c-0.9.3.ebuild b/dev-util/re2c/re2c-0.9.3.ebuild index ed52dac4caa0..95a863d56b61 100644 --- a/dev-util/re2c/re2c-0.9.3.ebuild +++ b/dev-util/re2c/re2c-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.3.ebuild,v 1.3 2004/09/23 23:59:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.9.3.ebuild,v 1.4 2005/07/03 18:30:42 robbat2 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~ppc x86" IUSE="" DEPEND=">=dev-util/byacc-1.9" @@ -29,5 +29,5 @@ src_compile() { src_install() { dobin re2c || die "dobin failed" doman re2c.1 - dodoc EADME doc/* + dodoc README doc/* } |