commit: 9f78ae8023106b1f758ebefb81e2526bc5da0dff Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Mar 27 04:33:10 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> 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}"
