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 1041259CAF for ; Tue, 5 Apr 2016 17:28:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E8B321C00D; Tue, 5 Apr 2016 17:28:31 +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 AED3021C00D for ; Tue, 5 Apr 2016 17:28:30 +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 BDF5C340CF1 for ; Tue, 5 Apr 2016 17:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 489D986 for ; Tue, 5 Apr 2016 17:28:27 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1459877294.e7bfbb8c2c70cb043668aaca09499f3adcf29b1a.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/imlib2/imlib2-1.4.7.ebuild media-libs/imlib2/imlib2-1.4.8.ebuild media-libs/imlib2/imlib2-9999.ebuild X-VCS-Directories: media-libs/imlib2/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: e7bfbb8c2c70cb043668aaca09499f3adcf29b1a X-VCS-Branch: master Date: Tue, 5 Apr 2016 17:28:27 +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: 66df8b59-57e3-4f7f-af13-9ce9819989ae X-Archives-Hash: 514eeae72ec83156ed5d77346c1c167a commit: e7bfbb8c2c70cb043668aaca09499f3adcf29b1a Author: Mike Frysinger gentoo org> AuthorDate: Tue Apr 5 17:23:58 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Apr 5 17:28:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7bfbb8c media-libs/imlib2: always depend on pkg-config The configure script always looks for pkg-config and will use it for more than png. Just always depend on it now as most of the tree does too. media-libs/imlib2/imlib2-1.4.7.ebuild | 2 +- media-libs/imlib2/imlib2-1.4.8.ebuild | 2 +- media-libs/imlib2/imlib2-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/imlib2/imlib2-1.4.7.ebuild b/media-libs/imlib2/imlib2-1.4.7.ebuild index f861f75..f7b94d6 100644 --- a/media-libs/imlib2/imlib2-1.4.7.ebuild +++ b/media-libs/imlib2/imlib2-1.4.7.ebuild @@ -33,7 +33,7 @@ RDEPEND="=media-libs/freetype-2*[${MULTILIB_USEDEP}] ) mp3? ( >=media-libs/libid3tag-0.15.1b-r3[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - png? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] X? ( >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] diff --git a/media-libs/imlib2/imlib2-1.4.8.ebuild b/media-libs/imlib2/imlib2-1.4.8.ebuild index c6d6f50..9856d98 100644 --- a/media-libs/imlib2/imlib2-1.4.8.ebuild +++ b/media-libs/imlib2/imlib2-1.4.8.ebuild @@ -31,7 +31,7 @@ RDEPEND="=media-libs/freetype-2*[${MULTILIB_USEDEP}] ) mp3? ( >=media-libs/libid3tag-0.15.1b-r3[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - png? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] X? ( >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] diff --git a/media-libs/imlib2/imlib2-9999.ebuild b/media-libs/imlib2/imlib2-9999.ebuild index c6d6f50..9856d98 100644 --- a/media-libs/imlib2/imlib2-9999.ebuild +++ b/media-libs/imlib2/imlib2-9999.ebuild @@ -31,7 +31,7 @@ RDEPEND="=media-libs/freetype-2*[${MULTILIB_USEDEP}] ) mp3? ( >=media-libs/libid3tag-0.15.1b-r3[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - png? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] X? ( >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}] >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]