diff options
author | 2019-07-03 22:37:48 +0200 | |
---|---|---|
committer | 2019-07-03 22:37:48 +0200 | |
commit | d4fea6429c44c177397d664f45cd0cc063a6a149 (patch) | |
tree | ac90c59a0f16e7410d92500332baa75c60c43e96 /dev-python/bibtexparser | |
parent | app-arch/pigz: remove old (diff) | |
download | gentoo-d4fea6429c44c177397d664f45cd0cc063a6a149.tar.gz gentoo-d4fea6429c44c177397d664f45cd0cc063a6a149.tar.bz2 gentoo-d4fea6429c44c177397d664f45cd0cc063a6a149.zip |
dev-python/bibtexparser: Update License
Dual license: LGPLv3 BSD
Package-Manager: Portage-2.3.68, Repoman-2.3.14
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'dev-python/bibtexparser')
-rw-r--r-- | dev-python/bibtexparser/bibtexparser-0.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild index dd0c72185259..040473cf0601 100644 --- a/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild +++ b/dev-python/bibtexparser/bibtexparser-0.6.2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A BibTeX parser written in python" HOMEPAGE="https://github.com/sciunto-org/python-bibtexparser" SRC_URI="https://github.com/sciunto-org/python-bibtexparser/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" +LICENSE="|| ( BSD LGPL-3 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" |