diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-08 10:28:55 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-08 10:28:55 +0000 |
commit | ff4cea013eb6734d635c940dd24b0a27f1c2c682 (patch) | |
tree | 17db4457574c0375aeb12ae2d59ad2dec598fee1 /app-admin/realpath | |
parent | Stable amd64 for security fix. (diff) | |
download | historical-ff4cea013eb6734d635c940dd24b0a27f1c2c682.tar.gz historical-ff4cea013eb6734d635c940dd24b0a27f1c2c682.tar.bz2 historical-ff4cea013eb6734d635c940dd24b0a27f1c2c682.zip |
Stable on ppc64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-admin/realpath')
-rw-r--r-- | app-admin/realpath/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/realpath/realpath-1.9.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/realpath/ChangeLog b/app-admin/realpath/ChangeLog index e9a4994797b3..20df58c8d6db 100644 --- a/app-admin/realpath/ChangeLog +++ b/app-admin/realpath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/realpath # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.16 2005/03/27 00:22:36 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.17 2005/04/08 10:24:45 corsair Exp $ + + 08 Apr 2005; Markus Rothe <corsair@gentoo.org> realpath-1.9.16.ebuild: + Stable on ppc64 27 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> realpath-1.9.16.ebuild: Stable on ppc. diff --git a/app-admin/realpath/realpath-1.9.16.ebuild b/app-admin/realpath/realpath-1.9.16.ebuild index 9d4c05365f4f..bbe07e826f5e 100644 --- a/app-admin/realpath/realpath-1.9.16.ebuild +++ b/app-admin/realpath/realpath-1.9.16.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/app-admin/realpath/realpath-1.9.16.ebuild,v 1.6 2005/03/27 00:22:36 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild,v 1.7 2005/04/08 10:24:45 corsair Exp $ DESCRIPTION="Return the canonicalized absolute pathname" HOMEPAGE="http://packages.debian.org/unstable/utils/realpath.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://debian/pool/main/d/dwww/dwww_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc mips amd64 ~ppc64 ppc-macos ~hppa" +KEYWORDS="x86 ppc sparc mips amd64 ppc64 ppc-macos ~hppa" IUSE="" S=${WORKDIR}/dwww-${PV} |