diff options
-rw-r--r-- | dev-libs/uchardet/uchardet-0.0.5-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/uchardet/uchardet-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild index e3b7fecbf668..07c0945b279c 100644 --- a/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild +++ b/dev-libs/uchardet/uchardet-0.0.5-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="An encoding detector library ported from Mozilla" HOMEPAGE="https://github.com/BYVoid/uchardet" SRC_URI="https://github.com/BYVoid/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MPL-1.1" +LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc64 x86" IUSE="static-libs test" diff --git a/dev-libs/uchardet/uchardet-9999.ebuild b/dev-libs/uchardet/uchardet-9999.ebuild index 564cafba5466..f149b5135867 100644 --- a/dev-libs/uchardet/uchardet-9999.ebuild +++ b/dev-libs/uchardet/uchardet-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="An encoding detector library ported from Mozilla" HOMEPAGE="https://github.com/BYVoid/uchardet" EGIT_REPO_URI="git://github.com/BYVoid/${PN}.git" -LICENSE="MPL-1.1" +LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" KEYWORDS="" IUSE="static-libs test" |