Skip to content

Commit

Permalink
media-gfx/converseen: Use sub-slot operators for imagemagick
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: gentoo#3907
  • Loading branch information
SoapGentoo committed Feb 11, 2017
1 parent ef664cf commit da21de7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -27,7 +27,7 @@ done
# || ( media-gfx/imagemagick[cxx] media-gfx/graphicsmagick[cxx,imagemagick] )
RDEPEND="
dev-qt/qtgui:4
media-gfx/imagemagick[cxx]
media-gfx/imagemagick:=[cxx]
"
DEPEND="${RDEPEND}"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -28,7 +28,7 @@ done
RDEPEND="
dev-qt/qtcore:4
dev-qt/qtgui:4
media-gfx/imagemagick[cxx]
media-gfx/imagemagick:=[cxx]
"
DEPEND="${RDEPEND}"

Expand Down

0 comments on commit da21de7

Please sign in to comment.