add correct license in ebuild

This commit is contained in:
Andreas Billmeier 2019-11-01 15:58:19 +01:00
parent da409f3488
commit f17ff011c4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
@ -12,7 +11,7 @@ DESCRIPTION="eBusd python integration library"
HOMEPAGE="https://github.com/CrazYoshi/ebusdpy https://pypi.org/project/ebusdpy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"