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 976F2138334 for ; Wed, 6 Jun 2018 20:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8134E0B0F; Wed, 6 Jun 2018 20:33:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8CB15E0B0F for ; Wed, 6 Jun 2018 20:33:28 +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 1463A335C39 for ; Wed, 6 Jun 2018 20:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33A8F29E for ; Wed, 6 Jun 2018 20:33:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1528317196.5dec98ba98ead079e7d2db5f1fe2a7fa4dce9c0a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-1.5.2.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5dec98ba98ead079e7d2db5f1fe2a7fa4dce9c0a X-VCS-Branch: master Date: Wed, 6 Jun 2018 20:33:25 +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: 3e53fd29-12ad-4388-8674-9091455485fe X-Archives-Hash: cc3ffb4f86f9319755d0ea02d40b0d5a commit: 5dec98ba98ead079e7d2db5f1fe2a7fa4dce9c0a Author: Michał Górny gentoo org> AuthorDate: Wed Jun 6 20:31:44 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 6 20:33:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dec98ba media-libs/libepoxy: 1.5.2 tested on ~amd64-fbsd Closes: https://bugs.gentoo.org/649212 media-libs/libepoxy/libepoxy-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libepoxy/libepoxy-1.5.2.ebuild b/media-libs/libepoxy/libepoxy-1.5.2.ebuild index a814fceec62..476702c15fb 100644 --- a/media-libs/libepoxy/libepoxy-1.5.2.ebuild +++ b/media-libs/libepoxy/libepoxy-1.5.2.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi