diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-02-22 20:52:52 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-02-22 20:52:52 +0000 |
commit | fdd35403e6ecd529cbeb059353adb4d161d0e745 (patch) | |
tree | cf2049f6de2a853dab7d883bf63e6064c955d8c0 /eclass | |
parent | Add prefix keywords, support; bump EAPI (diff) | |
download | gentoo-2-fdd35403e6ecd529cbeb059353adb4d161d0e745.tar.gz gentoo-2-fdd35403e6ecd529cbeb059353adb4d161d0e745.tar.bz2 gentoo-2-fdd35403e6ecd529cbeb059353adb4d161d0e745.zip |
Update emul contents homepage
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/emul-linux-x86.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass index 394e7b0475c6..9085e365789c 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.4 2007/11/15 05:52:26 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.5 2010/02/22 20:52:52 pacho Exp $ # # Original Author: Mike Doty <kingtaco@gentoo.org> @@ -13,7 +13,8 @@ EXPORT_FUNCTIONS src_unpack src_install SRC_URI="mirror://gentoo/${PN}-${PV}.tar.bz2" DESCRIPTION="Provides precompiled 32bit libraries" -HOMEPAGE="http://amd64.gentoo.org/emul/content.xml" +#HOMEPAGE="http://amd64.gentoo.org/emul/content.xml" +HOMEPAGE="http://dev.gentoo.org/~pacho/emul.html" RESTRICT="strip" S=${WORKDIR} |