From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A9EF139694 for ; Sat, 11 Feb 2017 19:48:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55CE5E0D0B; Sat, 11 Feb 2017 19:47:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CAD8E0D07 for ; Sat, 11 Feb 2017 19:47:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21A173413AA for ; Sat, 11 Feb 2017 19:47:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0A73447E for ; Sat, 11 Feb 2017 19:47:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486842406.a2418bd144ff851458089977b76951398d277fa9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-themes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild X-VCS-Directories: x11-themes/fvwm-themes/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a2418bd144ff851458089977b76951398d277fa9 X-VCS-Branch: master Date: Sat, 11 Feb 2017 19:47:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 06ccb67c-c215-428f-887c-10bc496dc718 X-Archives-Hash: 9a612ddf415be13e25d05a5716dfea29 commit: a2418bd144ff851458089977b76951398d277fa9 Author: David Seifert gentoo org> AuthorDate: Sat Feb 11 19:21:56 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Feb 11 19:46:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2418bd1 x11-themes/fvwm-themes: Depend on virtual/imagemagick-tools Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3907 .../{fvwm-themes-0.7.0.ebuild => fvwm-themes-0.7.0-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild similarity index 87% rename from x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild rename to x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild index 12b056dcf7..04fa53ddc8 100644 --- a/x11-themes/fvwm-themes/fvwm-themes-0.7.0.ebuild +++ b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,9 +16,7 @@ IUSE="gnome" RDEPEND=">=x11-wm/fvwm-2.6.2" DEPEND="${RDEPEND} - gnome? ( || ( - media-gfx/imagemagick - media-gfx/graphicsmagick[imagemagick] ) )" + gnome? ( virtual/imagemagick-tools )" src_prepare() { epatch \