From d49b0a2df8763bf458abfb005eaaf614d95ab7e3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 24 Aug 2005 00:29:03 +0000 Subject: cp -a -> cp -pPR #103487 and stabilize (Portage version: 2.0.51.22-r2) --- sys-apps/x86info/x86info-1.12b.ebuild | 6 +++--- sys-apps/x86info/x86info-1.13.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-apps/x86info') 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 } -- cgit v1.2.3-65-gdbad