diff options
-rw-r--r-- | sys-apps/x86info/x86info-1.12b.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/x86info/x86info-1.13.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/x86info/x86info-1.12b.ebuild b/sys-apps/x86info/x86info-1.12b.ebuild index e8e0c885da85..ab05effe1bc9 100644 --- a/sys-apps/x86info/x86info-1.12b.ebuild +++ b/sys-apps/x86info/x86info-1.12b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.12b.ebuild,v 1.6 2004/10/13 23:36:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.12b.ebuild,v 1.7 2005/08/24 00:29:03 vapier Exp $ inherit eutils @@ -37,7 +37,7 @@ src_install() { # now we all all the docs dodoc TODO README ChangeLog doman x86info.1 - cp -a results ${D}/usr/share/doc/${PF} + cp -pPR results ${D}/usr/share/doc/${PF} prepalldocs } diff --git a/sys-apps/x86info/x86info-1.13.ebuild b/sys-apps/x86info/x86info-1.13.ebuild index 2539f7a27de5..1304598c05e9 100644 --- a/sys-apps/x86info/x86info-1.13.ebuild +++ b/sys-apps/x86info/x86info-1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.13.ebuild,v 1.1 2005/05/02 20:35:09 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.13.ebuild,v 1.2 2005/08/24 00:29:03 vapier Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.codemonkey.org.uk/projects/x86info/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* x86" IUSE="" DEPEND="" @@ -37,7 +37,7 @@ src_install() { # now we all all the docs dodoc TODO README ChangeLog doman x86info.1 - cp -a results ${D}/usr/share/doc/${PF} + cp -pPR results ${D}/usr/share/doc/${PF} prepalldocs } |