diff options
Diffstat (limited to 'app-admin/realpath/realpath-1.9.16.ebuild')
-rw-r--r-- | app-admin/realpath/realpath-1.9.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/realpath/realpath-1.9.16.ebuild b/app-admin/realpath/realpath-1.9.16.ebuild index 4c470441d6aa..9d4c05365f4f 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.5 2005/01/29 16:44:42 ndimiduk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild,v 1.6 2005/03/27 00:22:36 hansmi 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} |