diff options
author | Michael Weber <xmw@gentoo.org> | 2011-11-12 13:28:09 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-11-12 13:28:09 +0000 |
commit | 0efd20c97dfe7486e4cc72b345f991da53d424ff (patch) | |
tree | b8c9f18b0a8db5337532eb7922b3058b3cfc04b0 /dev-util/cproto/cproto-4.7e.ebuild | |
parent | cleanup (diff) | |
download | gentoo-2-0efd20c97dfe7486e4cc72b345f991da53d424ff.tar.gz gentoo-2-0efd20c97dfe7486e4cc72b345f991da53d424ff.tar.bz2 gentoo-2-0efd20c97dfe7486e4cc72b345f991da53d424ff.zip |
Added dependencies virtual/yacc and sys-devel/flex (thanks to bay, bug 387649)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cproto/cproto-4.7e.ebuild')
-rw-r--r-- | dev-util/cproto/cproto-4.7e.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/cproto/cproto-4.7e.ebuild b/dev-util/cproto/cproto-4.7e.ebuild index c11a1b5f0c64..b36e5f6fd9ec 100644 --- a/dev-util/cproto/cproto-4.7e.ebuild +++ b/dev-util/cproto/cproto-4.7e.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.7e.ebuild,v 1.8 2010/01/15 21:25:05 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.7e.ebuild,v 1.9 2011/11/12 13:28:09 xmw Exp $ MY_PV="4_7e" MY_P=${PN}-${MY_PV} @@ -15,6 +15,10 @@ SLOT="0" KEYWORDS="alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" +DEPEND="sys-devel/flex + virtual/yacc" +RDEPEND="" + src_install() { dobin cproto || die doman cproto.1 |