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 A4A671382C5 for ; Wed, 28 Mar 2018 20:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9766E09CE; Wed, 28 Mar 2018 20:55:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B0EF8E09CE for ; Wed, 28 Mar 2018 20:55:13 +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 7EF3B335CF5 for ; Wed, 28 Mar 2018 20:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB404278 for ; Wed, 28 Mar 2018 20:55:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1522270484.99bf26332a61c5dcb79f6e61c5f36ab17478e02f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmetalink/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmetalink/libmetalink-0.1.3.ebuild X-VCS-Directories: media-libs/libmetalink/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 99bf26332a61c5dcb79f6e61c5f36ab17478e02f X-VCS-Branch: master Date: Wed, 28 Mar 2018 20:55:09 +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: 73e64a3b-9b46-430b-87dd-c3db3c00f8e3 X-Archives-Hash: 1f53313d86f901e32ac8d8e9bd0d6058 commit: 99bf26332a61c5dcb79f6e61c5f36ab17478e02f Author: Matt Turner gentoo org> AuthorDate: Wed Mar 28 20:54:44 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 28 20:54:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bf2633 media-libs/libmetalink-0.1.3: added ~mips media-libs/libmetalink/libmetalink-0.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmetalink/libmetalink-0.1.3.ebuild b/media-libs/libmetalink/libmetalink-0.1.3.ebuild index 6616a703352..86c3494b711 100644 --- a/media-libs/libmetalink/libmetalink-0.1.3.ebuild +++ b/media-libs/libmetalink/libmetalink-0.1.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${P}/+download/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="expat static-libs test xml" RDEPEND="expat? ( >=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] )