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 87FA9138334 for ; Sat, 30 Mar 2019 16:18:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEA72E082B; Sat, 30 Mar 2019 16:18:12 +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 A61B9E082B for ; Sat, 30 Mar 2019 16:18:12 +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 84EA0335D05 for ; Sat, 30 Mar 2019 16:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1980518 for ; Sat, 30 Mar 2019 16:18:08 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1553962592.bdb5fc75d626255e6613d8dc9d26884379d3f0b0.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/avra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/avra/avra-1.4.0.ebuild X-VCS-Directories: dev-embedded/avra/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: bdb5fc75d626255e6613d8dc9d26884379d3f0b0 X-VCS-Branch: master Date: Sat, 30 Mar 2019 16:18:08 +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: 7d8d03ce-c042-4928-9f1f-ee70978c751c X-Archives-Hash: ee87e85e7a1ea0db2b51f999e15f5446 commit: bdb5fc75d626255e6613d8dc9d26884379d3f0b0 Author: Virgil Dupras gentoo org> AuthorDate: Sat Mar 30 16:16:32 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sat Mar 30 16:16:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb5fc75 dev-embedded/avra: stabilize amd64 and x86 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-embedded/avra/avra-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/avra/avra-1.4.0.ebuild b/dev-embedded/avra/avra-1.4.0.ebuild index be6fdfe1654..ae31d3fd691 100644 --- a/dev-embedded/avra/avra-1.4.0.ebuild +++ b/dev-embedded/avra/avra-1.4.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/hsoft/avra/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" src_compile() { emake PREFIX=/usr CFLAGS="${CFLAGS} \$(CDEFS)" LDFLAGS="${LDFLAGS}"