sci-electronics/drawtiming: requires imagemagick to be build with USE=cxx. Bug 595222. Thanks Thoralf

Package-Manager: portage-2.3.1
This commit is contained in:
Thomas Beierlein
2016-09-30 07:42:01 +02:00
parent cd5ad7c3e4
commit a52d5064ec
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="examples"
DEPEND="media-gfx/imagemagick"
DEPEND="media-gfx/imagemagick[cxx]"
RDEPEND="${DEPEND}"
src_prepare() {

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="examples"
DEPEND="media-gfx/imagemagick"
DEPEND="media-gfx/imagemagick[cxx]"
RDEPEND="${DEPEND}"
src_prepare() {