diff options
author | Brad House <brad_mssw@gentoo.org> | 2004-02-22 15:49:26 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2004-02-22 15:49:26 +0000 |
commit | 64463c7d186bd8e2b611723d05655294afda3552 (patch) | |
tree | ca64f2f63b40ff0162f31217de8d9f76abba622a /app-admin/realpath | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-64463c7d186bd8e2b611723d05655294afda3552.tar.gz gentoo-2-64463c7d186bd8e2b611723d05655294afda3552.tar.bz2 gentoo-2-64463c7d186bd8e2b611723d05655294afda3552.zip |
amd64
Diffstat (limited to 'app-admin/realpath')
-rw-r--r-- | app-admin/realpath/realpath-1.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/realpath/realpath-1.9.3.ebuild b/app-admin/realpath/realpath-1.9.3.ebuild index 7def65d88aeb..00ac37f2bd12 100644 --- a/app-admin/realpath/realpath-1.9.3.ebuild +++ b/app-admin/realpath/realpath-1.9.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.3.ebuild,v 1.5 2004/01/28 09:42:09 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.3.ebuild,v 1.6 2004/02/22 15:49:26 brad_mssw Exp $ DESCRIPTION="Return the canonicalized absolute pathname" HOMEPAGE="http://packages.debian.org/unstable/utils/realpath.html" SRC_URI="mirror://debian/pool/main/d/dwww/dwww_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~mips ~ppc" +KEYWORDS="x86 ~sparc ~mips ~ppc amd64" S=${WORKDIR}/dwww-${PV} |