From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1228778-garchives=archives.gentoo.org@lists.gentoo.org> 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 7C76F1382C5 for <garchives@archives.gentoo.org>; Sat, 5 Dec 2020 20:55:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E5F9E0874; Sat, 5 Dec 2020 20:55:58 +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 8559AE0874 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Dec 2020 20:55:58 +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 8E8E4340C20 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Dec 2020 20:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17A0B45B for <gentoo-commits@lists.gentoo.org>; Sat, 5 Dec 2020 20:55:56 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1607201742.a7faf3a9e42f8ea52bf2ea3c99d30d2ae85ca3e9.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libmpack/libmpack-1.0.5.ebuild X-VCS-Directories: dev-libs/libmpack/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a7faf3a9e42f8ea52bf2ea3c99d30d2ae85ca3e9 X-VCS-Branch: master Date: Sat, 5 Dec 2020 20:55:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ea8b422-d928-4068-8905-12d4bbd61a75 X-Archives-Hash: 37c2ed58dd6fb76727ffef7e83dd796d commit: a7faf3a9e42f8ea52bf2ea3c99d30d2ae85ca3e9 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Dec 5 20:55:42 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Dec 5 20:55:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7faf3a9 dev-libs/libmpack: fix tests Closes: https://bugs.gentoo.org/757831 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-libs/libmpack/libmpack-1.0.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/libmpack/libmpack-1.0.5.ebuild b/dev-libs/libmpack/libmpack-1.0.5.ebuild index 479c92bd7b2..c31fbb838b6 100644 --- a/dev-libs/libmpack/libmpack-1.0.5.ebuild +++ b/dev-libs/libmpack/libmpack-1.0.5.ebuild @@ -38,6 +38,10 @@ src_compile() { emake "${myemakeargs[@]}" lib-bin } +src_test() { + emake XLDFLAGS="-shared" test +} + src_install() { local myemakeargs=( "PREFIX=/usr"