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 A644E139694 for ; Mon, 22 May 2017 22:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC277E0E47; Mon, 22 May 2017 22:32:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C4BCE0E47 for ; Mon, 22 May 2017 22:32:33 +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 5255F341737 for ; Mon, 22 May 2017 22:32:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7CA07463 for ; Mon, 22 May 2017 22:32:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1495492331.5b5f708396578af2cbe7e4aec9e8190d6957c9d6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-9999.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5b5f708396578af2cbe7e4aec9e8190d6957c9d6 X-VCS-Branch: master Date: Mon, 22 May 2017 22:32:30 +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: 0b799751-7ce8-479d-a97d-5e2fbb2ae541 X-Archives-Hash: aa14ccfce1e7bcaac506bf7dad6d7f3c commit: 5b5f708396578af2cbe7e4aec9e8190d6957c9d6 Author: Matt Turner gentoo org> AuthorDate: Mon May 22 22:31:34 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 22 22:32:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5f7083 media-libs/libepoxy: Drop empty KEYWORDS assignment media-libs/libepoxy/libepoxy-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 8429b558b4c..e68473e91a5 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -16,7 +16,6 @@ inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management for you" HOMEPAGE="https://github.com/anholt/libepoxy" if [[ ${PV} = 9999* ]]; then - KEYWORDS="" SRC_URI="" else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"