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 F2839138334 for ; Mon, 5 Aug 2019 12:41:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AEF4E01E4; Mon, 5 Aug 2019 12:41:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0187AE01E4 for ; Mon, 5 Aug 2019 12:41:15 +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 63145349DBD for ; Mon, 5 Aug 2019 12:41:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 644DB703 for ; Mon, 5 Aug 2019 12:41:12 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1565008751.410be6c7772b8d3c5a71b71f4595d4824558c8f7.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/capstone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/capstone/capstone-4.0.1.ebuild dev-libs/capstone/capstone-4.0.ebuild X-VCS-Directories: dev-libs/capstone/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 410be6c7772b8d3c5a71b71f4595d4824558c8f7 X-VCS-Branch: master Date: Mon, 5 Aug 2019 12:41:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81777088-33d5-443e-b52a-989a1a34ff58 X-Archives-Hash: b765539e6c800da0c6da32502f919261 commit: 410be6c7772b8d3c5a71b71f4595d4824558c8f7 Author: Guilherme Amadio gentoo org> AuthorDate: Thu Aug 1 07:46:01 2019 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Aug 5 12:39:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410be6c7 dev-libs/capstone: prefix support Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Guilherme Amadio gentoo.org> dev-libs/capstone/capstone-4.0.1.ebuild | 1 + dev-libs/capstone/capstone-4.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-libs/capstone/capstone-4.0.1.ebuild b/dev-libs/capstone/capstone-4.0.1.ebuild index 10fabceeab0..e4931c690d0 100644 --- a/dev-libs/capstone/capstone-4.0.1.ebuild +++ b/dev-libs/capstone/capstone-4.0.1.ebuild @@ -59,6 +59,7 @@ src_configure() { LDFLAGS = ${LDFLAGS} # libs LIBDIRARCH = $(get_libdir) + PREFIX = ${EPREFIX}/usr EOF } >> config.mk || die diff --git a/dev-libs/capstone/capstone-4.0.ebuild b/dev-libs/capstone/capstone-4.0.ebuild index 2d3c1f9c454..2f0796ab51f 100644 --- a/dev-libs/capstone/capstone-4.0.ebuild +++ b/dev-libs/capstone/capstone-4.0.ebuild @@ -60,6 +60,7 @@ src_configure() { LDFLAGS = ${LDFLAGS} # libs LIBDIRARCH = $(get_libdir) + PREFIX = ${EPREFIX}/usr EOF } >> config.mk || die