diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-10-19 20:09:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-10-19 20:09:46 +0000 |
commit | 5838d6c8d6609188f8c76917e078cc87d2393b0f (patch) | |
tree | 1d457fc469469b4c1bfebfdedb46b2d5aa0eed81 /dev-java | |
parent | Fix building with new gcc and libzip. Bug #364747. Thanks to Billy Holmes <b... (diff) | |
download | gentoo-2-5838d6c8d6609188f8c76917e078cc87d2393b0f.tar.gz gentoo-2-5838d6c8d6609188f8c76917e078cc87d2393b0f.tar.bz2 gentoo-2-5838d6c8d6609188f8c76917e078cc87d2393b0f.zip |
fix SRC_URI typo
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/eclipse-ecj/eclipse-ecj-3.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/eclipse-ecj/eclipse-ecj-3.5.2.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-3.5.2.ebuild index 35d8e40f0c23..e1808a7a6b28 100644 --- a/dev-java/eclipse-ecj/eclipse-ecj-3.5.2.ebuild +++ b/dev-java/eclipse-ecj/eclipse-ecj-3.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/eclipse-ecj-3.5.2.ebuild,v 1.6 2011/10/19 15:44:02 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/eclipse-ecj/eclipse-ecj-3.5.2.ebuild,v 1.7 2011/10/19 20:09:46 mr_bones_ Exp $ EAPI=2 @@ -12,7 +12,7 @@ S="${WORKDIR}" DESCRIPTION="Eclipse Compiler for Java" HOMEPAGE="http://www.eclipse.org/" -SRC_URI="http:/archive.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src-${PV}.zip" +SRC_URI="http://archive.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src-${PV}.zip" IUSE="+ant userland_GNU" |