diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-11-15 19:37:27 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-11-15 19:37:27 +0000 |
commit | 65185e7e6db555672a0ff4c5d05fc3828917b9c5 (patch) | |
tree | e2bca1022d3dbd525e3bbf9bc8af8854b95a3923 /app-admin/realpath | |
parent | Move Package from app-misc to app-laptop (Manifest recommit) (diff) | |
download | gentoo-2-65185e7e6db555672a0ff4c5d05fc3828917b9c5.tar.gz gentoo-2-65185e7e6db555672a0ff4c5d05fc3828917b9c5.tar.bz2 gentoo-2-65185e7e6db555672a0ff4c5d05fc3828917b9c5.zip |
Marked ~ppc64; bug #71163
Diffstat (limited to 'app-admin/realpath')
-rw-r--r-- | app-admin/realpath/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/realpath/realpath-1.9.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/realpath/ChangeLog b/app-admin/realpath/ChangeLog index 6539ebd27951..d0aa8b35a03c 100644 --- a/app-admin/realpath/ChangeLog +++ b/app-admin/realpath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/realpath # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.7 2004/10/05 02:58:11 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.8 2004/11/15 19:37:27 corsair Exp $ + + 15 Nov 2004; Markus Rothe <corsair@gentoo.org> realpath-1.9.10.ebuild: + Marked ~ppc64; bug #71163 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> realpath-1.9.10.ebuild, realpath-1.9.3.ebuild: diff --git a/app-admin/realpath/realpath-1.9.10.ebuild b/app-admin/realpath/realpath-1.9.10.ebuild index 6caf26715a51..f29303b7c46c 100644 --- a/app-admin/realpath/realpath-1.9.10.ebuild +++ b/app-admin/realpath/realpath-1.9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.10.ebuild,v 1.5 2004/10/05 02:58:11 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.10.ebuild,v 1.6 2004/11/15 19:37:27 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" +KEYWORDS="x86 ppc sparc mips amd64 ~ppc64" IUSE="" S=${WORKDIR}/dwww-${PV} |