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 B7F7E13888F for ; Sun, 4 Oct 2015 15:10:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC28721C00B; Sun, 4 Oct 2015 15:10:51 +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 8FE9821C00B for ; Sun, 4 Oct 2015 15:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BAD7340875 for ; Sun, 4 Oct 2015 15:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8C7C4F5 for ; Sun, 4 Oct 2015 15:10:44 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1443971434.06c3348031f849fa49ba0991ee8437a7fd785d39.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gom/gom-0.3.0.ebuild dev-libs/gom/gom-0.3.1.ebuild X-VCS-Directories: dev-libs/gom/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 06c3348031f849fa49ba0991ee8437a7fd785d39 X-VCS-Branch: master Date: Sun, 4 Oct 2015 15:10:44 +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: a5422e86-1984-4a0d-bb2c-ceeac07b6e10 X-Archives-Hash: b5f51c111c5928819cd3013111a3ea3f commit: 06c3348031f849fa49ba0991ee8437a7fd785d39 Author: Mike Gilbert gentoo org> AuthorDate: Sun Oct 4 15:10:34 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Oct 4 15:10:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c33480 dev-libs/gom: DEPEND on gdk-pixbuf unconditionally Bug: https://bugs.gentoo.org/562178 Package-Manager: portage-2.2.22_p5 dev-libs/gom/gom-0.3.0.ebuild | 2 +- dev-libs/gom/gom-0.3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gom/gom-0.3.0.ebuild b/dev-libs/gom/gom-0.3.0.ebuild index e613aa7..c548aa5 100644 --- a/dev-libs/gom/gom-0.3.0.ebuild +++ b/dev-libs/gom/gom-0.3.0.ebuild @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.40.0 sys-devel/gettext virtual/pkgconfig - test? ( x11-libs/gdk-pixbuf ) + x11-libs/gdk-pixbuf " src_configure() { diff --git a/dev-libs/gom/gom-0.3.1.ebuild b/dev-libs/gom/gom-0.3.1.ebuild index 340b4f1..c64ba52 100644 --- a/dev-libs/gom/gom-0.3.1.ebuild +++ b/dev-libs/gom/gom-0.3.1.ebuild @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.40.0 sys-devel/gettext virtual/pkgconfig - test? ( x11-libs/gdk-pixbuf ) + x11-libs/gdk-pixbuf " src_configure() {