diff options
author | 2004-08-18 03:55:12 +0000 | |
---|---|---|
committer | 2004-08-18 03:55:12 +0000 | |
commit | 1470ccb43087d08bb84ad049f5c5f5b0ae896b5c (patch) | |
tree | a5fa290e733d0588a6bebe91eea68cac22460335 /sys-devel | |
parent | stable on ppc64, bug #58327 (Manifest recommit) (diff) | |
download | gentoo-2-1470ccb43087d08bb84ad049f5c5f5b0ae896b5c.tar.gz gentoo-2-1470ccb43087d08bb84ad049f5c5f5b0ae896b5c.tar.bz2 gentoo-2-1470ccb43087d08bb84ad049f5c5f5b0ae896b5c.zip |
made gcc depend on media-libs/libart_lgpl when gcj is in USE
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1-r2.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.1.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index d87e65cc877e..c990fb2856ab 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.307 2004/08/17 16:41:21 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.308 2004/08/18 03:55:12 lv Exp $ + + 17 Aug 2004; Travis Tilley <lv@gentoo.org> gcc-3.4.1-r2.ebuild, + gcc-3.4.1.ebuild: + made gcc depend on media-libs/libart_lgpl when gcj is in USE 17 Aug 2004; Luca Barbato <lu_zero@gentoo.org> gcc-3.4.1-r2.ebuild: Marked ~ppc diff --git a/sys-devel/gcc/gcc-3.4.1-r2.ebuild b/sys-devel/gcc/gcc-3.4.1-r2.ebuild index addde812ae19..d65a695b83af 100644 --- a/sys-devel/gcc/gcc-3.4.1-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.1-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/gcc/gcc-3.4.1-r2.ebuild,v 1.10 2004/08/17 16:41:21 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1-r2.ebuild,v 1.11 2004/08/18 03:55:12 lv Exp $ IUSE="static nls bootstrap build multilib gcj gtk f77 objc hardened uclibc n32 n64" @@ -31,6 +31,7 @@ DEPEND="virtual/libc >=sys-devel/gcc-config-1.3.1 amd64? ( multilib? ( >=app-emulation/emul-linux-x86-baselibs-1.0 ) ) !build? ( gcj? ( gtk? ( >=x11-libs/gtk+-2.2 ) ) ) + !build? ( gcj? ( >=media-libs/libart_lgpl-2.1 ) ) !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" diff --git a/sys-devel/gcc/gcc-3.4.1.ebuild b/sys-devel/gcc/gcc-3.4.1.ebuild index 53e33a9764f4..a2a87a21b18c 100644 --- a/sys-devel/gcc/gcc-3.4.1.ebuild +++ b/sys-devel/gcc/gcc-3.4.1.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/gcc/gcc-3.4.1.ebuild,v 1.21 2004/08/15 20:19:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.1.ebuild,v 1.22 2004/08/18 03:55:12 lv Exp $ inherit eutils flag-o-matic libtool gnuconfig @@ -169,6 +169,7 @@ DEPEND="virtual/libc >=sys-devel/gcc-config-1.3.1 amd64? ( multilib? ( >=app-emulation/emul-linux-x86-baselibs-1.0 ) ) !build? ( gcj? ( gtk? ( >=x11-libs/gtk+-2.2 ) ) ) + !build? ( gcj? ( >=media-libs/libart_lgpl-2.1 ) ) !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" |