diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 18:27:50 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 18:27:50 +0000 |
commit | 05bd245a11f38b8945f8cf1357ef5ea7db1cfa4e (patch) | |
tree | 48e73cbf2c3bcbfea732b1f9cba7f9d1f630334e /sys-devel/distcc | |
parent | Added logrotate configuration file (bug #89350), added reload() function to i... (diff) | |
download | gentoo-2-05bd245a11f38b8945f8cf1357ef5ea7db1cfa4e.tar.gz gentoo-2-05bd245a11f38b8945f8cf1357ef5ea7db1cfa4e.tar.bz2 gentoo-2-05bd245a11f38b8945f8cf1357ef5ea7db1cfa4e.zip |
Stable on alpha.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 8faec278026f..1826380dcb69 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/distcc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.146 2005/06/28 22:52:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.147 2005/07/02 18:25:26 kloeri Exp $ + + 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> + distcc-2.18.3-r7.ebuild: + Stable on alpha. 28 Jun 2005; Aron Griffis <agriffis@gentoo.org> distcc-2.16-r3.ebuild, distcc-2.18.3-r7.ebuild, distcc-2.18.3-r8.ebuild: diff --git a/sys-devel/distcc/distcc-2.18.3-r7.ebuild b/sys-devel/distcc/distcc-2.18.3-r7.ebuild index b1cada813ff0..71d1907743b8 100644 --- a/sys-devel/distcc/distcc-2.18.3-r7.ebuild +++ b/sys-devel/distcc/distcc-2.18.3-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r7.ebuild,v 1.4 2005/06/28 22:52:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r7.ebuild,v 1.5 2005/07/02 18:25:26 kloeri 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 sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86" IUSE="gnome gtk selinux ipv6" |