diff options
author | David Seifert <soap@gentoo.org> | 2016-03-05 18:29:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-03-05 18:29:58 +0100 |
commit | b77cea8891fcb31f7f634b8e69ed21251b319114 (patch) | |
tree | 306451ab6f69d06700c3d65997a0fa3528054994 /sci-mathematics/cgal | |
parent | sci-mathematics/cgal: Version bump to 4.7 (diff) | |
download | gentoo-b77cea8891fcb31f7f634b8e69ed21251b319114.tar.gz gentoo-b77cea8891fcb31f7f634b8e69ed21251b319114.tar.bz2 gentoo-b77cea8891fcb31f7f634b8e69ed21251b319114.zip |
sci-mathematics/cgal: Add subslot dependency on dev-libs/boost
Gentoo-Bug: 573274
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-mathematics/cgal')
-rw-r--r-- | sci-mathematics/cgal/cgal-4.6.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/cgal/cgal-4.6.1-r1.ebuild b/sci-mathematics/cgal/cgal-4.6.1-r1.ebuild index 6e13ea616471..99fe2a963b95 100644 --- a/sci-mathematics/cgal/cgal-4.6.1-r1.ebuild +++ b/sci-mathematics/cgal/cgal-4.6.1-r1.ebuild @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples +gmp mpfi qt4" RDEPEND=" - dev-libs/boost + dev-libs/boost:= dev-libs/mpfr:0 sys-libs/zlib x11-libs/libX11 |