diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-04 19:50:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-04 19:50:03 +0000 |
commit | dccc2a6b2b76e3440f2294223041ce5ea2cf3baa (patch) | |
tree | b4497856c6de07ad09dff0dd7938105e3881244f /x11-libs/libGLw | |
parent | clean unused licenses (diff) | |
download | gentoo-2-dccc2a6b2b76e3440f2294223041ce5ea2cf3baa.tar.gz gentoo-2-dccc2a6b2b76e3440f2294223041ce5ea2cf3baa.tar.bz2 gentoo-2-dccc2a6b2b76e3440f2294223041ce5ea2cf3baa.zip |
fix SRC_URI
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libGLw')
-rw-r--r-- | x11-libs/libGLw/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libGLw/ChangeLog b/x11-libs/libGLw/ChangeLog index 20c1fe569e34..a068b47065e5 100644 --- a/x11-libs/libGLw/ChangeLog +++ b/x11-libs/libGLw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libGLw # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.1 2012/03/04 09:43:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/ChangeLog,v 1.2 2012/03/04 19:50:03 mr_bones_ Exp $ + + 04 Mar 2012; Michael Sterrett <mr_bones_@gentoo.org> + libGLw-1.0.0_pre120304.ebuild: + fix SRC_URI *libGLw-1.0.0_pre120304 (04 Mar 2012) diff --git a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild b/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild index d682f52d9d0a..e0fd3dae6c50 100644 --- a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild +++ b/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild,v 1.1 2012/03/04 09:43:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild,v 1.2 2012/03/04 19:50:03 mr_bones_ Exp $ EAPI=4 @@ -10,7 +10,7 @@ inherit autotools-utils DESCRIPTION="Mesa GLw library" HOMEPAGE="http://mesa3d.sourceforge.net/" -SRC_URI="http:/dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" SLOT="0" LICENSE="MIT" |