From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3BD901397E5 for ; Mon, 17 Aug 2015 09:32:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7BBBE0810; Mon, 17 Aug 2015 09:32:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92766E0810 for ; Mon, 17 Aug 2015 09:32:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89F70340923 for ; Mon, 17 Aug 2015 09:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89B17147 for ; Mon, 17 Aug 2015 09:32:17 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1439804073.d9dfa8bf442b0da36bd9eedb140dead7017d74f6.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krename/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/krename/krename-4.0.9-r3.ebuild X-VCS-Directories: kde-misc/krename/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d9dfa8bf442b0da36bd9eedb140dead7017d74f6 X-VCS-Branch: master Date: Mon, 17 Aug 2015 09:32:17 +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: 8f83d405-1b61-4d5f-820f-b875f0f5e40e X-Archives-Hash: b172e1a1513e21ba8f51c2dd97ecc137 commit: d9dfa8bf442b0da36bd9eedb140dead7017d74f6 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Aug 16 10:41:55 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Aug 17 09:34:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9dfa8bf kde-misc/krename: Use subslot operator for exiv2 Package-Manager: portage-2.2.20.1 Signed-off-by: Johannes Huber gentoo.org> kde-misc/krename/krename-4.0.9-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/krename/krename-4.0.9-r3.ebuild b/kde-misc/krename/krename-4.0.9-r3.ebuild index d894be6..7642fb4 100644 --- a/kde-misc/krename/krename-4.0.9-r3.ebuild +++ b/kde-misc/krename/krename-4.0.9-r3.ebuild @@ -17,7 +17,7 @@ KEYWORDS="amd64 x86" IUSE="debug exif pdf taglib truetype" RDEPEND=" - exif? ( >=media-gfx/exiv2-0.13 ) + exif? ( >=media-gfx/exiv2-0.13:= ) pdf? ( >=app-text/podofo-0.8 ) taglib? ( >=media-libs/taglib-1.5 ) truetype? ( media-libs/freetype:2 )