diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-17 16:46:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-17 16:46:07 +0000 |
commit | 5fec9630ea5eeab09be9a3176699902b8af6c73c (patch) | |
tree | b81c16b73a44c4a823bcc6b261cdc41202848688 /sys-devel | |
parent | Don't set MAKEOPTS, use emake -j1. (diff) | |
download | gentoo-2-5fec9630ea5eeab09be9a3176699902b8af6c73c.tar.gz gentoo-2-5fec9630ea5eeab09be9a3176699902b8af6c73c.tar.bz2 gentoo-2-5fec9630ea5eeab09be9a3176699902b8af6c73c.zip |
Add ~sparc-fbsd keyword.
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 07c1aa19019e..7a72fa79a9bd 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/distcc # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.158 2006/08/14 16:53:22 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.159 2006/11/17 16:46:07 flameeyes Exp $ + + 17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> + distcc-2.18.3-r10.ebuild: + Add ~sparc-fbsd keyword. 14 Aug 2006; Christian Heim <phreak@gentoo.org> distcc-2.16-r2.ebuild, distcc-2.16-r3.ebuild, distcc-2.18.3-r6.ebuild, distcc-2.18.3-r7.ebuild, diff --git a/sys-devel/distcc/distcc-2.18.3-r10.ebuild b/sys-devel/distcc/distcc-2.18.3-r10.ebuild index 328323e2b77a..db4656136dd7 100644 --- a/sys-devel/distcc/distcc-2.18.3-r10.ebuild +++ b/sys-devel/distcc/distcc-2.18.3-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.4 2006/08/14 16:53:22 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r10.ebuild,v 1.5 2006/11/17 16:46:07 flameeyes Exp $ # If you change this in any way please email lisa@gentoo.org and make an # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye @@ -15,7 +15,7 @@ SRC_URI="http://distcc.samba.org/ftp/distcc/distcc-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="gnome gtk selinux ipv6" DEPEND=">=sys-apps/portage-2.0.49-r6 |