summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-07-25 15:19:54 +0000
committerMark Guertin <gerk@gentoo.org>2002-07-25 15:19:54 +0000
commit9292438754cb713ba7056312a41268f1518150f7 (patch)
tree7cb0f2920c31e4f7944d5b2468e0a1e277f89072 /sys-devel
parentnls option bug fix (diff)
downloadgentoo-2-9292438754cb713ba7056312a41268f1518150f7.tar.gz
gentoo-2-9292438754cb713ba7056312a41268f1518150f7.tar.bz2
gentoo-2-9292438754cb713ba7056312a41268f1518150f7.zip
added ppc to keywords
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/ChangeLog6
-rw-r--r--sys-devel/distcc/distcc-0.6.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index b4e0c2d56579..3af1d2cbc464 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for sys-devel/distcc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.4 2002/07/12 03:11:44 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.5 2002/07/25 15:19:53 gerk Exp $
*distcc-0.6 (12 Jul 2002)
+ 25 Jul 2002; Mark Guertin <gerk@gentoo.org> :
+
+ Added ppc to keywords
+
12 Jul 2002; Maik Schreiber <blizzy@gentoo.org> :
New release.
diff --git a/sys-devel/distcc/distcc-0.6.ebuild b/sys-devel/distcc/distcc-0.6.ebuild
index f13ebb73029b..4e98f6c6aeb6 100644
--- a/sys-devel/distcc/distcc-0.6.ebuild
+++ b/sys-devel/distcc/distcc-0.6.ebuild
@@ -1,13 +1,13 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-0.6.ebuild,v 1.3 2002/07/16 22:19:17 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-0.6.ebuild,v 1.4 2002/07/25 15:19:54 gerk Exp $
HOMEPAGE="http://distcc.samba.org"
SRC_URI="http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.gz"
DESCRIPTION="a program to distribute compilation of C code across several machines on a network"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ppc"
RDEPEND="virtual/glibc
dev-libs/popt"