commit: e611ae2373c35bfabe62b2ec3ef2a42d6c4d4b73
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 09:40:05 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu May 12 09:40:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e611ae23
dev-python/jpype: Correct typo.
Package-Manager: portage-2.2.26
dev-python/jpype/jpype-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jpype/jpype-0.6.1.ebuild
b/dev-python/jpype/jpype-0.6.1.ebuild
index 54af8b5..80d4406 100644
--- a/dev-python/jpype/jpype-0.6.1.ebuild
+++ b/dev-python/jpype/jpype-0.6.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit java-pkg-2 distutils-r1
-DESCRIPTION="JPype is an effort to allow Python programs full access to Java
class libraries"
+DESCRIPTION="JPype is an effort to allow Python programs full access to Java
class librairies"
HOMEPAGE="https://github.com/originell/jpype"
SRC_URI="https://github.com/originell/${PN}/archive/v${PV}.zip -> ${P}.zip"