diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-19 21:46:47 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-19 21:46:47 +0000 |
commit | 1b286bd529748ce03122517c651a5e7225e04d13 (patch) | |
tree | 73fc62e0bfcf3e5ebf53fa2191da44bd1dd49077 /sys-devel/distcc | |
parent | Marked as stable. (diff) | |
download | gentoo-2-1b286bd529748ce03122517c651a5e7225e04d13.tar.gz gentoo-2-1b286bd529748ce03122517c651a5e7225e04d13.tar.bz2 gentoo-2-1b286bd529748ce03122517c651a5e7225e04d13.zip |
add arm keyword to sys-devel ebuilds
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-1.1-r11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index cb1200c382f1..c47833abd946 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/distcc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.25 2003/02/19 13:19:57 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.26 2003/02/19 21:46:47 zwelch Exp $ + + 19 Feb 2003; Zach Welch <zwelch@gentoo.org> distcc-1.1-r11.ebuild : + Added arm to keywords. 19 Feb 2003; Guy Martin <gmsoft@gentoo.org> distcc-1.1-r11.ebuild : Added ~hppa to keywords. diff --git a/sys-devel/distcc/distcc-1.1-r11.ebuild b/sys-devel/distcc/distcc-1.1-r11.ebuild index 381ae84b71b2..9e356b145c3e 100644 --- a/sys-devel/distcc/distcc-1.1-r11.ebuild +++ b/sys-devel/distcc/distcc-1.1-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-1.1-r11.ebuild,v 1.2 2003/02/19 13:19:57 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-1.1-r11.ebuild,v 1.3 2003/02/19 21:46:47 zwelch Exp $ inherit eutils @@ -12,7 +12,7 @@ DESCRIPTION="a program to distribute compilation of C code across several machin LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa arm" DEPEND=">=sys-apps/portage-2.0.46-r11 >=sys-devel/gcc-config-1.3.1 |