diff options
Diffstat (limited to 'dev-util/re2c/re2c-0.12.0.ebuild')
-rw-r--r-- | dev-util/re2c/re2c-0.12.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/re2c/re2c-0.12.0.ebuild b/dev-util/re2c/re2c-0.12.0.ebuild index 47ac6badc2bd..e11143185559 100644 --- a/dev-util/re2c/re2c-0.12.0.ebuild +++ b/dev-util/re2c/re2c-0.12.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.11 2008/08/04 17:53:28 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/re2c/re2c-0.12.0.ebuild,v 1.12 2009/09/23 17:47:41 patrick Exp $ inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" |