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 D233513825A for ; Sat, 14 May 2016 23:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C487141FE; Sat, 14 May 2016 23:32:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 56F041421E for ; Sat, 14 May 2016 23:32:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D3B1F340BE0 for ; Sat, 14 May 2016 23:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AADD97B for ; Sat, 14 May 2016 23:32:18 +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: <1463267872.305dd5cf8dfd76eaf028e2fc99a571e2fb836c2e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/h5utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/h5utils/h5utils-1.12.1-r2.ebuild X-VCS-Directories: sci-misc/h5utils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 305dd5cf8dfd76eaf028e2fc99a571e2fb836c2e X-VCS-Branch: master Date: Sat, 14 May 2016 23:32:18 +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: 44281140-b085-4910-9ecc-319a6ff5c802 X-Archives-Hash: 42a0d014f65ca4ed8b46705e9090602c commit: 305dd5cf8dfd76eaf028e2fc99a571e2fb836c2e Author: David Seifert gentoo org> AuthorDate: Sat May 14 23:17:52 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 14 23:17:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305dd5cf sci-misc/h5utils: Fix QA MissingSlotDep Package-Manager: portage-2.2.28 sci-misc/h5utils/h5utils-1.12.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-misc/h5utils/h5utils-1.12.1-r2.ebuild b/sci-misc/h5utils/h5utils-1.12.1-r2.ebuild index 80ddd86..0db0144 100644 --- a/sci-misc/h5utils/h5utils-1.12.1-r2.ebuild +++ b/sci-misc/h5utils/h5utils-1.12.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ DEPEND=" sys-libs/zlib:0= hdf? ( sci-libs/hdf:0= - virtual/jpeg + virtual/jpeg:0 )" RDEPEND="${DEPEND}"