From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86CCD59CA9 for ; Sun, 27 Mar 2016 04:52:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4D5B21C00D; Sun, 27 Mar 2016 04:52:09 +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 D2DE121C00D for ; Sun, 27 Mar 2016 04:52:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AB8A340BCB for ; Sun, 27 Mar 2016 04:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE2D5201 for ; Sun, 27 Mar 2016 04:52:04 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1459054182.9f78ae8023106b1f758ebefb81e2526bc5da0dff.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libplatform/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libplatform/libplatform-1.0.10.ebuild X-VCS-Directories: dev-libs/libplatform/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 9f78ae8023106b1f758ebefb81e2526bc5da0dff X-VCS-Branch: master Date: Sun, 27 Mar 2016 04:52:04 +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: 5af458f6-1ea0-46c2-8322-4661f7c2e164 X-Archives-Hash: fe509a3fea9baa67d0313d64475ac19d commit: 9f78ae8023106b1f758ebefb81e2526bc5da0dff Author: Mike Frysinger gentoo org> AuthorDate: Sun Mar 27 04:33:10 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Mar 27 04:49:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f78ae80 dev-libs/libplatform: minor style cleanup dev-libs/libplatform/libplatform-1.0.10.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-libs/libplatform/libplatform-1.0.10.ebuild b/dev-libs/libplatform/libplatform-1.0.10.ebuild index 7f9e552..f2eb33c 100644 --- a/dev-libs/libplatform/libplatform-1.0.10.ebuild +++ b/dev-libs/libplatform/libplatform-1.0.10.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI="5" inherit cmake-utils MY_PN="platform" -DESCRIPTION="Platform support library used by libCEC and binary add-ons for Kodi." +DESCRIPTION="Platform support library used by libCEC and binary add-ons for Kodi" HOMEPAGE="https://github.com/Pulse-Eight/platform" SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}"