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 619331395E2 for ; Sat, 5 Nov 2016 16:07:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACA68E0C3E; Sat, 5 Nov 2016 16:07:02 +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 919C9E0C3E for ; Sat, 5 Nov 2016 16:07:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 712D7340EDA for ; Sat, 5 Nov 2016 16:07:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD6042EE for ; Sat, 5 Nov 2016 16:06:59 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1478362008.7fddf1fb363c0d5389d2c58c4bbf54a605413ebd.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cantata/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cantata/cantata-2.0.1-r1.ebuild X-VCS-Directories: media-sound/cantata/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7fddf1fb363c0d5389d2c58c4bbf54a605413ebd X-VCS-Branch: master Date: Sat, 5 Nov 2016 16:06:59 +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: 768f3c84-23c5-47ba-afbd-35c5c064d333 X-Archives-Hash: 555e821d773cb8d17ab5ff9d7775a5ff commit: 7fddf1fb363c0d5389d2c58c4bbf54a605413ebd Author: Michael Palimaka gentoo org> AuthorDate: Sat Nov 5 16:00:55 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Nov 5 16:06:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fddf1fb media-sound/cantata: fix multilib-strict violation Package-Manager: portage-2.3.2 media-sound/cantata/cantata-2.0.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-sound/cantata/cantata-2.0.1-r1.ebuild b/media-sound/cantata/cantata-2.0.1-r1.ebuild index 21f2057..43f6652 100644 --- a/media-sound/cantata/cantata-2.0.1-r1.ebuild +++ b/media-sound/cantata/cantata-2.0.1-r1.ebuild @@ -80,6 +80,7 @@ src_configure() { local langs="$(l10n_get_locales)" local mycmakeargs=( + -DCANTATA_HELPERS_LIB_DIR="$(get_libdir)" -DCANTATA_TRANSLATIONS="${langs// /;}" -DENABLE_CDPARANOIA=$(usex cdda) -DENABLE_CDDB=$(usex cddb)