diff options
author | 2009-06-27 07:13:43 +0000 | |
---|---|---|
committer | 2009-06-27 07:13:43 +0000 | |
commit | a79e33f87b5f824807a6cca966b11f3620829caf (patch) | |
tree | c1fa474af6e470412968ada6e6b0a2ee0a65c7ab /app-emulation/xen/xen-3.4.0.ebuild | |
parent | Fixing link to gentoo-wiki.com, fixes #275219 (diff) | |
download | gentoo-2-a79e33f87b5f824807a6cca966b11f3620829caf.tar.gz gentoo-2-a79e33f87b5f824807a6cca966b11f3620829caf.tar.bz2 gentoo-2-a79e33f87b5f824807a6cca966b11f3620829caf.zip |
Fixing link to gentoo-wiki.com, fixes #275219
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/xen/xen-3.4.0.ebuild')
-rw-r--r-- | app-emulation/xen/xen-3.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-3.4.0.ebuild b/app-emulation/xen/xen-3.4.0.ebuild index af1dbfe8e4c5..f599d9c47ce3 100644 --- a/app-emulation/xen/xen-3.4.0.ebuild +++ b/app-emulation/xen/xen-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.4.0.ebuild,v 1.1 2009/06/22 12:08:23 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.4.0.ebuild,v 1.2 2009/06/27 07:13:43 patrick Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -96,7 +96,7 @@ src_install() { pkg_postinst() { elog "Official Xen Guide and the unoffical wiki page:" elog " http://www.gentoo.org/doc/en/xen-guide.xml" - elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo" + elog " http://en.gentoo-wiki.com/wiki/Xen/" if use pae; then echo |