diff options
Diffstat (limited to 'dev-java/joni')
-rw-r--r-- | dev-java/joni/joni-2.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/joni/joni-2.1.0.ebuild b/dev-java/joni/joni-2.1.0.ebuild index a2e39e2d7e57..3b88d67b34f0 100644 --- a/dev-java/joni/joni-2.1.0.ebuild +++ b/dev-java/joni/joni-2.1.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="source" -inherit base java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 DESCRIPTION="Java port of the Oniguruma regular expression engine" -HOMEPAGE="http://jruby.codehaus.org/" +HOMEPAGE="https://github.com/codehaus" SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz" LICENSE="MIT" |