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 B28C559CAF for ; Wed, 6 Apr 2016 19:08:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F8F221C03C; Wed, 6 Apr 2016 19:08:46 +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 22FF421C03C for ; Wed, 6 Apr 2016 19:08:45 +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 B65AF340E8E for ; Wed, 6 Apr 2016 19:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7899179 for ; Wed, 6 Apr 2016 19:08:41 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1459969706.68305f4233fb5253172676dcfa1d30ebb054d36d.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/devil/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/devil/devil-1.7.8-r2.ebuild X-VCS-Directories: media-libs/devil/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 68305f4233fb5253172676dcfa1d30ebb054d36d X-VCS-Branch: master Date: Wed, 6 Apr 2016 19:08:41 +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: f10afde6-fe9c-4388-8584-d5c5e8400f1f X-Archives-Hash: 4bd4d13add781e6d5024a3d0e4c13008 commit: 68305f4233fb5253172676dcfa1d30ebb054d36d Author: Michael Sterrett gentoo org> AuthorDate: Wed Apr 6 17:43:16 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Wed Apr 6 19:08:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68305f42 media-libs/devil: add sub-slot to deps that have them (bug #534798) Package-Manager: portage-2.2.26 media-libs/devil/devil-1.7.8-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/devil/devil-1.7.8-r2.ebuild b/media-libs/devil/devil-1.7.8-r2.ebuild index 43a592e..74b6747 100644 --- a/media-libs/devil/devil-1.7.8-r2.ebuild +++ b/media-libs/devil/devil-1.7.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,16 +17,16 @@ KEYWORDS="amd64 ~arm ~mips ppc ppc64 x86" IUSE="allegro gif glut jpeg jpeg2k mng nvtt openexr opengl png sdl cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 static-libs tiff xpm X" RDEPEND="allegro? ( media-libs/allegro:0 ) - gif? ( media-libs/giflib ) + gif? ( media-libs/giflib:= ) glut? ( media-libs/freeglut ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/jasper ) - mng? ( media-libs/libmng ) + mng? ( media-libs/libmng:= ) nvtt? ( media-gfx/nvidia-texture-tools ) - openexr? ( media-libs/openexr ) + openexr? ( media-libs/openexr:= ) opengl? ( virtual/opengl virtual/glu ) - png? ( media-libs/libpng:0 ) + png? ( media-libs/libpng:0= ) sdl? ( media-libs/libsdl ) tiff? ( media-libs/tiff:0 ) xpm? ( x11-libs/libXpm )