diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2011-04-29 12:02:49 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2011-04-29 12:02:49 +0000 |
commit | 10311d03a0b185da37778545e30df087a2f9f8b2 (patch) | |
tree | e699d9b7b610ebf1288529f3d340b59efd36d970 /dev-lang | |
parent | Drop older. Revision bump to fix pkgconfig file that had wrong include defined. (diff) | |
download | gentoo-2-10311d03a0b185da37778545e30df087a2f9f8b2.tar.gz gentoo-2-10311d03a0b185da37778545e30df087a2f9f8b2.tar.bz2 gentoo-2-10311d03a0b185da37778545e30df087a2f9f8b2.zip |
Fix binary URI.
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/scala/scala-2.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/scala/scala-2.8.1.ebuild b/dev-lang/scala/scala-2.8.1.ebuild index f3d4abe34bdb..67dc54b8c9b0 100644 --- a/dev-lang/scala/scala-2.8.1.ebuild +++ b/dev-lang/scala/scala-2.8.1.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-lang/scala/scala-2.8.1.ebuild,v 1.1 2011/04/29 10:35:26 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.8.1.ebuild,v 1.2 2011/04/29 12:02:49 ali_bush Exp $ EAPI="3" JAVA_PKG_IUSE="doc examples source" @@ -12,7 +12,7 @@ MY_P="${P}.final-sources" DESCRIPTION="The Scala Programming Language" HOMEPAGE="http://www.scala-lang.org/" SRC_URI="!binary? ( http://www.scala-lang.org/downloads/distrib/files/${MY_P}.tgz ) - binary? ( http://dev.gentoo.org/~ali_bush/${P}-gentoo-binary.tar.bz2 )" + binary? ( http://dev.gentoo.org/~ali_bush/distfiles/${P}-gentoo-binary.tar.bz2 )" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" |