diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-05-12 09:40:05 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-12 09:40:05 +0000 |
commit | e611ae2373c35bfabe62b2ec3ef2a42d6c4d4b73 (patch) | |
tree | 7f312ab4f456a16482088464e9834c9210c46e56 /dev-python/jpype | |
parent | dev-java/pat: Stable for amd64+x86. (diff) | |
download | gentoo-e611ae2373c35bfabe62b2ec3ef2a42d6c4d4b73.tar.gz gentoo-e611ae2373c35bfabe62b2ec3ef2a42d6c4d4b73.tar.bz2 gentoo-e611ae2373c35bfabe62b2ec3ef2a42d6c4d4b73.zip |
dev-python/jpype: Correct typo.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/jpype')
-rw-r--r-- | dev-python/jpype/jpype-0.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jpype/jpype-0.6.1.ebuild b/dev-python/jpype/jpype-0.6.1.ebuild index 54af8b592c7a..80d44062f9c8 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" |