diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:30:29 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:30:29 +0000 |
commit | d781b2089d4122b841393b22e63b123e3f0456c9 (patch) | |
tree | e82d72bd12cac3b3ebf020660f6a6075cd2d57dd /sci-libs/gaul-devel | |
parent | epatch does not need die. (diff) | |
download | historical-d781b2089d4122b841393b22e63b123e3f0456c9.tar.gz historical-d781b2089d4122b841393b22e63b123e3f0456c9.tar.bz2 historical-d781b2089d4122b841393b22e63b123e3f0456c9.zip |
No longer using cp -a (bug #103487)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-libs/gaul-devel')
-rw-r--r-- | sci-libs/gaul-devel/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/gaul-devel/gaul-devel-0.1846.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/gaul-devel/ChangeLog b/sci-libs/gaul-devel/ChangeLog index ff6e89580fff..74eba5772ca6 100644 --- a/sci-libs/gaul-devel/ChangeLog +++ b/sci-libs/gaul-devel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gaul-devel -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.2 2004/12/28 21:15:32 swegener Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.3 2005/08/24 16:23:52 phosphan Exp $ + + 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> gaul-devel-0.1846.ebuild: + No longer using cp -a (bug #103487) *gaul-devel-0.1846 (28 Dec 2004) diff --git a/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild b/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild index ffc1e0f07639..62b9b8ce1992 100644 --- a/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild +++ b/sci-libs/gaul-devel/gaul-devel-0.1846.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/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild,v 1.1 2004/12/28 20:25:09 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild,v 1.2 2005/08/24 16:23:52 phosphan Exp $ DESCRIPTION="Genetic Algorithm Utility Library" @@ -42,6 +42,6 @@ src_install() { use doc && ( dodir /usr/share/${PN} - cp -a tests examples ${D}/usr/share/${PN} + cp -pPR tests examples ${D}/usr/share/${PN} ) } |