diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-07 09:51:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-07 09:51:47 +0000 |
commit | 67b95664c1a3a02b7ab3075438b634b5bd238510 (patch) | |
tree | 8d0629ae072aa4b2b80a0136c2510fd5e216eb28 /sys-devel/distcc | |
parent | x86 stable, bug #486296 (diff) | |
download | gentoo-2-67b95664c1a3a02b7ab3075438b634b5bd238510.tar.gz gentoo-2-67b95664c1a3a02b7ab3075438b634b5bd238510.tar.bz2 gentoo-2-67b95664c1a3a02b7ab3075438b634b5bd238510.zip |
x86 stable, bug #480112
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index ce8c371a8695..294b843f5316 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/distcc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.229 2013/10/19 21:18:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.230 2013/12/07 09:51:47 pacho Exp $ + + 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> distcc-3.1-r9.ebuild: + x86 stable, bug #480112 19 Oct 2013; Pacho Ramos <pacho@gentoo.org> distcc-3.1-r9.ebuild: amd64 stable, bug #480112 diff --git a/sys-devel/distcc/distcc-3.1-r9.ebuild b/sys-devel/distcc/distcc-3.1-r9.ebuild index 9b38cc2918ab..ea6d2b63cde1 100644 --- a/sys-devel/distcc/distcc-3.1-r9.ebuild +++ b/sys-devel/distcc/distcc-3.1-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r9.ebuild,v 1.4 2013/10/19 21:18:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-3.1-r9.ebuild,v 1.5 2013/12/07 09:51:47 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://distcc.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="avahi gtk hardened ipv6 selinux xinetd" RESTRICT="test" |