diff options
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/xen-3.0.1-r5.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.1_p9029.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/xen/xen-3.0.1-r5.ebuild b/app-emulation/xen/xen-3.0.1-r5.ebuild index 3a4e3089e39c..1e432c527320 100644 --- a/app-emulation/xen/xen-3.0.1-r5.ebuild +++ b/app-emulation/xen/xen-3.0.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.1-r5.ebuild,v 1.1 2006/03/24 23:51:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.1-r5.ebuild,v 1.2 2006/03/24 23:58:42 agriffis Exp $ inherit mount-boot flag-o-matic @@ -63,7 +63,7 @@ src_install() { || die "install failed" # for upstream change tracking - if [[ -n ${XEN_UNSTABLE} ]]; then + if [[ -n ${XEN_UNSTABLE} ]]; then dodoc ${S}/XEN-VERSION fi } diff --git a/app-emulation/xen/xen-3.0.1_p9029.ebuild b/app-emulation/xen/xen-3.0.1_p9029.ebuild index 9f517629cba6..79a9bc6182ca 100644 --- a/app-emulation/xen/xen-3.0.1_p9029.ebuild +++ b/app-emulation/xen/xen-3.0.1_p9029.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.1_p9029.ebuild,v 1.1 2006/03/24 23:51:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.1_p9029.ebuild,v 1.2 2006/03/24 23:58:42 agriffis Exp $ inherit mount-boot flag-o-matic @@ -63,7 +63,7 @@ src_install() { || die "install failed" # for upstream change tracking - if [[ -n ${XEN_UNSTABLE} ]]; then + if [[ -n ${XEN_UNSTABLE} ]]; then dodoc ${S}/XEN-VERSION fi } |