diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:46:39 +0100 |
commit | fed8c6e66200ecf9b5f3242024777294aca4bf26 (patch) | |
tree | 4386db67c314cd11db7f532b8363be8fb3470d79 /x11-terms | |
parent | x11-plugins/wmudmount: Depend on virtual/imagemagick-tools (diff) | |
download | gentoo-fed8c6e66200ecf9b5f3242024777294aca4bf26.tar.gz gentoo-fed8c6e66200ecf9b5f3242024777294aca4bf26.tar.bz2 gentoo-fed8c6e66200ecf9b5f3242024777294aca4bf26.zip |
x11-terms/roxterm: Depend on virtual/imagemagick-tools
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/roxterm/roxterm-2.9.3-r2.ebuild (renamed from x11-terms/roxterm/roxterm-2.9.3-r1.ebuild) | 2 | ||||
-rw-r--r-- | x11-terms/roxterm/roxterm-3.1.5-r1.ebuild (renamed from x11-terms/roxterm/roxterm-3.1.5.ebuild) | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/x11-terms/roxterm/roxterm-2.9.3-r1.ebuild b/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild index dbd684bcd329..8c382d7d21bc 100644 --- a/x11-terms/roxterm/roxterm-2.9.3-r1.ebuild +++ b/x11-terms/roxterm/roxterm-2.9.3-r2.ebuild @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} dev-libs/libxslt dev-python/lockfile virtual/pkgconfig - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) + virtual/imagemagick-tools nls? ( app-text/po4a sys-devel/gettext )" src_configure() { diff --git a/x11-terms/roxterm/roxterm-3.1.5.ebuild b/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild index 2f524d73f936..45c68df4c5fa 100644 --- a/x11-terms/roxterm/roxterm-3.1.5.ebuild +++ b/x11-terms/roxterm/roxterm-3.1.5-r1.ebuild @@ -17,20 +17,20 @@ KEYWORDS="amd64 x86" IUSE="nls" RDEPEND=">=dev-libs/dbus-glib-0.100 - dev-libs/glib:2 - x11-libs/gtk+:3 - x11-libs/libICE - x11-libs/libSM - x11-libs/vte:2.91 - !x11-terms/roxterm:0" + dev-libs/glib:2 + x11-libs/gtk+:3 + x11-libs/libICE + x11-libs/libSM + x11-libs/vte:2.91 + !x11-terms/roxterm:0" # slotted versions of roxterm need block one another due to file collisions. #565288 DEPEND="${RDEPEND} - ${PYTHON_DEPS} - dev-libs/libxslt - dev-python/lockfile - virtual/pkgconfig - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) - nls? ( app-text/po4a sys-devel/gettext )" + ${PYTHON_DEPS} + dev-libs/libxslt + dev-python/lockfile + virtual/pkgconfig + virtual/imagemagick-tools + nls? ( app-text/po4a sys-devel/gettext )" src_configure() { local myconf=( |