summaryrefslogtreecommitdiff
path: root/dev-java/json/json-20160212.ebuild
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-05-30 23:19:47 +0100
committerJames Le Cuirot <chewi@gentoo.org>2017-05-30 23:19:47 +0100
commit84de5875c639f463abfb51a801b7805558cc65a8 (patch)
tree4d8c0d4e654cd626690bf6a9a50e5ec5e0e66bd6 /dev-java/json/json-20160212.ebuild
parentbc5f566f37fad31c5dd208ddb45f770591ba8de1 (diff)
downloadgentoo-84de5875c639f463abfb51a801b7805558cc65a8.tar.gz
gentoo-84de5875c639f463abfb51a801b7805558cc65a8.tar.bz2
gentoo-84de5875c639f463abfb51a801b7805558cc65a8.zip
dev-java/json: Fix distfile name, bug #619846
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/json/json-20160212.ebuild')
-rw-r--r--dev-java/json/json-20160212.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/json/json-20160212.ebuild b/dev-java/json/json-20160212.ebuild
index c2ab4e318ae1..db4c7252b880 100644
--- a/dev-java/json/json-20160212.ebuild
+++ b/dev-java/json/json-20160212.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -8,7 +8,7 @@ inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Java implementation of the JavaScript Object Notation"
HOMEPAGE="http://www.json.org/java/"
-SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip"
+SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"