diff options
author | Hardave Rior <hardave@gentoo.org> | 2004-11-24 11:58:00 +0000 |
---|---|---|
committer | Hardave Rior <hardave@gentoo.org> | 2004-11-24 11:58:00 +0000 |
commit | 17cc37f817283b850f8ad663cd444e633fb41fe3 (patch) | |
tree | 7e65bac447256582337f4dd41d15fd1b73357298 /sys-devel/distcc | |
parent | whoops... should be -* until it's done being tested... (Manifest recommit) (diff) | |
download | gentoo-2-17cc37f817283b850f8ad663cd444e633fb41fe3.tar.gz gentoo-2-17cc37f817283b850f8ad663cd444e633fb41fe3.tar.bz2 gentoo-2-17cc37f817283b850f8ad663cd444e633fb41fe3.zip |
Re-enable gnome/gtk support on mips.
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.16-r2.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.2.ebuild | 10 |
3 files changed, 13 insertions, 15 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index d2438ed77eaf..963f2918a644 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/distcc # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.126 2004/11/15 19:40:58 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.127 2004/11/24 11:58:00 hardave Exp $ + + 24 Nov 2004; Hardave Riar <hardave@gentoo.org> distcc-2.16-r2.ebuild, + distcc-2.18.2.ebuild: + Re-enable gnome/gtk support on mips. *distcc-2.18.2 (15 Nov 2004) diff --git a/sys-devel/distcc/distcc-2.16-r2.ebuild b/sys-devel/distcc/distcc-2.16-r2.ebuild index 72f4c231a1b0..2cf0cb32d91d 100644 --- a/sys-devel/distcc/distcc-2.16-r2.ebuild +++ b/sys-devel/distcc/distcc-2.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r2.ebuild,v 1.4 2004/10/05 16:21:53 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.16-r2.ebuild,v 1.5 2004/11/24 11:58:00 hardave 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 @@ -24,7 +24,7 @@ DEPEND=">=sys-apps/portage-2.0.49-r6 sys-apps/shadow dev-util/pkgconfig" RDEPEND=" - !arm? ( !mips? ( !s390? ( + !arm? ( !s390? ( gnome? ( >=x11-libs/gtk+-2.0.0 >=gnome-base/libgnome-2.0.0 @@ -37,7 +37,7 @@ RDEPEND=" >=x11-libs/gtk+-2.0.0 x11-libs/pango ) - ) ) ) + ) ) selinux? ( sec-policy/selinux-distcc )" src_unpack() { @@ -54,10 +54,8 @@ src_compile() { #configure script, so we'll just make the distinction here: #gnome takes precedence over gtk if both are specified (gnome pulls #in gtk anyways...) - use gtk && ! use gnome && ! use mips && myconf="${myconf} --with-gtk" - use gtk && use gnome && ! use mips && myconf="${myconf} --with-gnome" - use mips && use gtk || use gnome && ewarn "X support for Mips has been disabled." - #Above, mips is excluded due to version issues. 2004-02-20 + use gtk && ! use gnome && myconf="${myconf} --with-gtk" + use gtk && use gnome && myconf="${myconf} --with-gnome" [ `gcc-major-version` -eq 2 ] && filter-lfs-flags diff --git a/sys-devel/distcc/distcc-2.18.2.ebuild b/sys-devel/distcc/distcc-2.18.2.ebuild index 6ea8da683598..52a2e5c83e47 100644 --- a/sys-devel/distcc/distcc-2.18.2.ebuild +++ b/sys-devel/distcc/distcc-2.18.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.2.ebuild,v 1.1 2004/11/15 19:40:58 lisa Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.2.ebuild,v 1.2 2004/11/24 11:58:00 hardave 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 @@ -24,7 +24,6 @@ DEPEND=">=sys-apps/portage-2.0.49-r6 sys-apps/shadow dev-util/pkgconfig" RDEPEND=" - !mips? ( gnome? ( >=x11-libs/gtk+-2.0.0 >=gnome-base/libgnome-2.0.0 @@ -37,7 +36,6 @@ RDEPEND=" >=x11-libs/gtk+-2.0.0 x11-libs/pango ) - ) selinux? ( sec-policy/selinux-distcc )" src_unpack() { @@ -54,10 +52,8 @@ src_compile() { #configure script, so we'll just make the distinction here: #gnome takes precedence over gtk if both are specified (gnome pulls #in gtk anyways...) - use gtk && ! use gnome && ! use mips && myconf="${myconf} --with-gtk" - use gtk && use gnome && ! use mips && myconf="${myconf} --with-gnome" - use mips && use gtk || use gnome && ewarn "X support for Mips has been disabled." - #Above, mips is excluded due to version issues. 2004-02-20 + use gtk && ! use gnome && myconf="${myconf} --with-gtk" + use gtk && use gnome && myconf="${myconf} --with-gnome" [ `gcc-major-version` -eq 2 ] && filter-lfs-flags |