diff options
Diffstat (limited to 'kde-base/rocs/rocs-4.7.0.ebuild')
-rw-r--r-- | kde-base/rocs/rocs-4.7.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kde-base/rocs/rocs-4.7.0.ebuild b/kde-base/rocs/rocs-4.7.0.ebuild index ff356479d6a4..082303365cc7 100644 --- a/kde-base/rocs/rocs-4.7.0.ebuild +++ b/kde-base/rocs/rocs-4.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/rocs/rocs-4.7.0.ebuild,v 1.2 2011/08/20 20:52:49 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/rocs/rocs-4.7.0.ebuild,v 1.3 2011/08/27 07:44:36 dilfridge Exp $ EAPI=4 @@ -12,10 +12,11 @@ DESCRIPTION="KDE4 interface to work with Graph Theory" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" +RDEPEND="dev-libs/boost" DEPEND=" + ${RDEPEND} >=dev-cpp/eigen-2.0.3:2 " -RDEPEND="" RESTRICT="test" # bug 376909 |