diff options
author | Mike Doty <kingtaco@gentoo.org> | 2007-11-15 05:52:26 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2007-11-15 05:52:26 +0000 |
commit | 597aa8755d200c74e1dfc5dc22c653d6c2e0c1b0 (patch) | |
tree | caa353e0551f1f2d1146b5ec5ecce5a561b78c69 /eclass | |
parent | Sparc stable; bookkeeping and coming more up to date on this one. (diff) | |
download | gentoo-2-597aa8755d200c74e1dfc5dc22c653d6c2e0c1b0.tar.gz gentoo-2-597aa8755d200c74e1dfc5dc22c653d6c2e0c1b0.tar.bz2 gentoo-2-597aa8755d200c74e1dfc5dc22c653d6c2e0c1b0.zip |
revbumps apply to ebuilds, not distfiles. SRC_URI changed from PVR to PV
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/emul-linux-x86.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass index 51901ff5d653..394e7b0475c6 100644 --- a/eclass/emul-linux-x86.eclass +++ b/eclass/emul-linux-x86.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.3 2007/11/14 17:31:04 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.4 2007/11/15 05:52:26 kingtaco Exp $ # # Original Author: Mike Doty <kingtaco@gentoo.org> @@ -10,7 +10,7 @@ EXPORT_FUNCTIONS src_unpack src_install -SRC_URI="mirror://gentoo/${PN}-${PVR}.tar.bz2" +SRC_URI="mirror://gentoo/${PN}-${PV}.tar.bz2" DESCRIPTION="Provides precompiled 32bit libraries" HOMEPAGE="http://amd64.gentoo.org/emul/content.xml" |