diff options
author | 2012-10-12 10:46:15 +0000 | |
---|---|---|
committer | 2012-10-12 10:46:15 +0000 | |
commit | 74aeb4f7c4c55079b2667821264d89412c84425f (patch) | |
tree | fdb59b90c478285b4225a142b66fb24a4596493f /net-analyzer/ippl/ippl-1.4.14-r1.ebuild | |
parent | [sys-cluster/knem] Version bump (diff) | |
download | gentoo-2-74aeb4f7c4c55079b2667821264d89412c84425f.tar.gz gentoo-2-74aeb4f7c4c55079b2667821264d89412c84425f.tar.bz2 gentoo-2-74aeb4f7c4c55079b2667821264d89412c84425f.zip |
Replace yacc dependency atoms with virtual/yacc
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/ippl/ippl-1.4.14-r1.ebuild')
-rw-r--r-- | net-analyzer/ippl/ippl-1.4.14-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ippl/ippl-1.4.14-r1.ebuild b/net-analyzer/ippl/ippl-1.4.14-r1.ebuild index 2ee1c057b311..4676b9776ddb 100644 --- a/net-analyzer/ippl/ippl-1.4.14-r1.ebuild +++ b/net-analyzer/ippl/ippl-1.4.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14-r1.ebuild,v 1.5 2012/06/12 02:26:23 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14-r1.ebuild,v 1.6 2012/10/12 10:46:15 pinkbyte Exp $ inherit eutils user @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND="|| ( sys-devel/bison >=dev-util/yacc-1.9.1-r1 ) +DEPEND="virtual/yacc >=sys-devel/flex-2.5.4a-r4" RDEPEND="" |