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 C69251396D0 for ; Sat, 19 Aug 2017 18:00:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14F87E0E06; Sat, 19 Aug 2017 18:00:44 +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 E4869E0E06 for ; Sat, 19 Aug 2017 18:00:43 +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 E3C70341A53 for ; Sat, 19 Aug 2017 18:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B46A7B6B for ; Sat, 19 Aug 2017 18:00:41 +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: <1503165637.f59786957cd7d38180c74cfa26f3beece64aae01.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libtxc_dxtn/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild X-VCS-Directories: media-libs/libtxc_dxtn/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f59786957cd7d38180c74cfa26f3beece64aae01 X-VCS-Branch: master Date: Sat, 19 Aug 2017 18:00:41 +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: a5625191-b5dc-49ad-a956-511a33013505 X-Archives-Hash: f96d17bb3b353afb7a427da8566c18d7 commit: f59786957cd7d38180c74cfa26f3beece64aae01 Author: Lars Wendler gentoo org> AuthorDate: Sat Aug 19 18:00:22 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Aug 19 18:00:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5978695 media-libs/libtxc_dxtn: Revbump to re-add multilib support. (which I stupidly forgot to add in -r2) Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../{libtxc_dxtn-1.0.1-r2.ebuild => libtxc_dxtn-1.0.1-r3.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild similarity index 87% rename from media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild rename to media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild index c9e4511a42a..feb2f2b05e7 100644 --- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r2.ebuild +++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit ltprune +inherit ltprune multilib-minimal DESCRIPTION="Helper library for S3TC texture (de)compression" HOMEPAGE="https://cgit.freedesktop.org/~mareko/libtxc_dxtn/" @@ -19,7 +19,11 @@ DEPEND="${RDEPEND}" RESTRICT="bindist" -src_install() { +multilib_src_configure() { + ECONF_SOURCE="${S}" econf +} + +multilib_src_install_all() { default # libtxc_dxtn is installed as a module (plugin)