summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2002-12-16 21:17:50 +0000
committerAron Griffis <agriffis@gentoo.org>2002-12-16 21:17:50 +0000
commit71fd56c9d9953632eebb38f7ac987f973587a05f (patch)
tree543f40406e690c8a382cdf2f8eea3510ee2b0f73 /sys-devel/distcc
parentRemoved sandbox violation. Fixes #10049 (diff)
downloadgentoo-2-71fd56c9d9953632eebb38f7ac987f973587a05f.tar.gz
gentoo-2-71fd56c9d9953632eebb38f7ac987f973587a05f.tar.bz2
gentoo-2-71fd56c9d9953632eebb38f7ac987f973587a05f.zip
Add ~alpha to distcc
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r--sys-devel/distcc/ChangeLog5
-rw-r--r--sys-devel/distcc/distcc-0.15.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index de9a09462caf..9e2c5a5f0ea1 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,9 @@
# 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.15 2002/12/12 16:58:23 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.16 2002/12/16 21:17:50 agriffis Exp $
+
+ 16 Dec 2002; Aron Griffis <agriffis@gentoo.org> distcc-0.15.ebuild:
+ Added ~alpha to KEYWORDS
*distcc-0.15 (12 Dec 2002)
diff --git a/sys-devel/distcc/distcc-0.15.ebuild b/sys-devel/distcc/distcc-0.15.ebuild
index bc8b4dbe4532..60421f1719d6 100644
--- a/sys-devel/distcc/distcc-0.15.ebuild
+++ b/sys-devel/distcc/distcc-0.15.ebuild
@@ -1,6 +1,6 @@
# 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.15.ebuild,v 1.1 2002/12/12 16:58:23 bcowan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-0.15.ebuild,v 1.2 2002/12/16 21:17:50 agriffis Exp $
HOMEPAGE="http://distcc.samba.org/"
SRC_URI="http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.gz"
@@ -8,7 +8,7 @@ DESCRIPTION="a program to distribute compilation of C code across several machin
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~alpha"
DEPEND="dev-libs/popt"