From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C0BFC138334 for ; Mon, 2 Jul 2018 12:56:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4700DE0986; Mon, 2 Jul 2018 12:56:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 125C2E0986 for ; Mon, 2 Jul 2018 12:56:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 408FF335C95 for ; Mon, 2 Jul 2018 12:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE81300 for ; Mon, 2 Jul 2018 12:56:03 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1530536157.f1e4f11d035dfe3c4c2abc27357bbe15a04eb18f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ell/ell-0.5.ebuild dev-libs/ell/ell-0.6.ebuild X-VCS-Directories: dev-libs/ell/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f1e4f11d035dfe3c4c2abc27357bbe15a04eb18f X-VCS-Branch: master Date: Mon, 2 Jul 2018 12:56:03 +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: a68b212b-6578-4b7e-8f2d-9a6d5bc718bc X-Archives-Hash: f6a661e90a42272c8714481fd2022276 commit: f1e4f11d035dfe3c4c2abc27357bbe15a04eb18f Author: Lars Wendler gentoo org> AuthorDate: Mon Jul 2 12:55:57 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jul 2 12:55:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e4f11d dev-libs/ell: Dependecies must be multilib compliant. Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-libs/ell/ell-0.5.ebuild | 2 +- dev-libs/ell/ell-0.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/ell/ell-0.5.ebuild b/dev-libs/ell/ell-0.5.ebuild index 1eb5d54cc95..6289d4e1b4e 100644 --- a/dev-libs/ell/ell-0.5.ebuild +++ b/dev-libs/ell/ell-0.5.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="glib pie" RDEPEND=" - glib? ( dev-libs/glib:2 ) + glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}" diff --git a/dev-libs/ell/ell-0.6.ebuild b/dev-libs/ell/ell-0.6.ebuild index 1eb5d54cc95..6289d4e1b4e 100644 --- a/dev-libs/ell/ell-0.6.ebuild +++ b/dev-libs/ell/ell-0.6.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="glib pie" RDEPEND=" - glib? ( dev-libs/glib:2 ) + glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND}"