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 2E5A3138334 for ; Mon, 13 Aug 2018 21:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C8B8E08F2; Mon, 13 Aug 2018 21:40:38 +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 374A1E08F2 for ; Mon, 13 Aug 2018 21:40:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CCDED335CC0 for ; Mon, 13 Aug 2018 21:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD27C3A9 for ; Mon, 13 Aug 2018 21:40:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534196412.42ef6ff89001c85299204c8934749bd1020a9ea6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/xine-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/xine-lib/xine-lib-1.2.9999.ebuild X-VCS-Directories: media-libs/xine-lib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 42ef6ff89001c85299204c8934749bd1020a9ea6 X-VCS-Branch: master Date: Mon, 13 Aug 2018 21:40:32 +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: 01cb97db-beed-4afe-815b-633530f73295 X-Archives-Hash: 656833c2e7a648626c37f8b714e43054 commit: 42ef6ff89001c85299204c8934749bd1020a9ea6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 13 20:40:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 13 21:40:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ef6ff8 media-libs/xine-lib: Drop superfluous multilib inherit Package-Manager: Portage-2.3.46, Repoman-2.3.10 media-libs/xine-lib/xine-lib-1.2.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild index 7b117ee415d..259b970d453 100644 --- a/media-libs/xine-lib/xine-lib-1.2.9999.ebuild +++ b/media-libs/xine-lib/xine-lib-1.2.9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit flag-o-matic libtool multilib +inherit flag-o-matic libtool if [[ ${PV} == *9999* ]]; then EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"