summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-01-28 09:44:43 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-01-28 09:44:43 +0000
commitec03d44f035504075c22dd12b3384717510aade0 (patch)
tree196a1188a3f48ec02662a267def1450b18d81bae /app-admin
parentfix bug #39027 for old versions of portage. (Manifest recommit) (diff)
downloadgentoo-2-ec03d44f035504075c22dd12b3384717510aade0.tar.gz
gentoo-2-ec03d44f035504075c22dd12b3384717510aade0.tar.bz2
gentoo-2-ec03d44f035504075c22dd12b3384717510aade0.zip
*** empty log message ***
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/realpath/ChangeLog7
-rw-r--r--app-admin/realpath/realpath-1.9.3.ebuild8
2 files changed, 8 insertions, 7 deletions
diff --git a/app-admin/realpath/ChangeLog b/app-admin/realpath/ChangeLog
index a5861fc269e6..dac36b141367 100644
--- a/app-admin/realpath/ChangeLog
+++ b/app-admin/realpath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/realpath
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.2 2003/08/23 01:06:23 weeve Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/ChangeLog,v 1.3 2004/01/28 09:42:09 mkennedy Exp $
+
+ 28 Jan 2004; <mkennedy@gentoo.org> realpath-1.9.3.ebuild:
+ ~mips ~ppc needed for common-lisp-controller
22 Aug 2003; Jason Wever <weeve@gentoo.org> realpath-1.9.3.ebuild:
Added ~sparc to keywords
diff --git a/app-admin/realpath/realpath-1.9.3.ebuild b/app-admin/realpath/realpath-1.9.3.ebuild
index e11cbf1f5f42..7def65d88aeb 100644
--- a/app-admin/realpath/realpath-1.9.3.ebuild
+++ b/app-admin/realpath/realpath-1.9.3.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.4 2003/09/20 19:56:29 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.3.ebuild,v 1.5 2004/01/28 09:42:09 mkennedy 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"
-IUSE=""
-DEPEND=""
+KEYWORDS="x86 ~sparc ~mips ~ppc"
S=${WORKDIR}/dwww-${PV}