diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-11-09 20:07:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-11-09 20:07:40 +0000 |
commit | 9c081185ceb9ee68b7ec5ba9d423daddc1366f50 (patch) | |
tree | 90ad25345eb453e6808ed3bd94f56783cf006d35 /sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild | |
parent | update gdb snapshots (diff) | |
download | toolchain-9c081185ceb9ee68b7ec5ba9d423daddc1366f50.tar.gz toolchain-9c081185ceb9ee68b7ec5ba9d423daddc1366f50.tar.bz2 toolchain-9c081185ceb9ee68b7ec5ba9d423daddc1366f50.zip |
Drop most dependencies now that toolchain.eclass takes care of them. Also drop the ncurses dep as that seems to be purely a workaround for an ancient issue #4411 which we have addressed in different ways.
Diffstat (limited to 'sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild b/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild index eb3f95b..152f464 100644 --- a/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild +++ b/sys-devel/gcc/gcc-4.2.0_alpha20090325.ebuild @@ -11,33 +11,9 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+s LICENSE="GPL-2 LGPL-2.1" KEYWORDS="" -RDEPEND=">=sys-libs/zlib-1.1.4 - >=sys-devel/gcc-config-1.3.12-r4 - virtual/libiconv - fortran? ( - >=dev-libs/gmp-4.2.1 - >=dev-libs/mpfr-2.2.0_p10 - ) - !build? ( - gcj? ( - gtk? ( - || ( ( x11-libs/libXt x11-libs/libX11 x11-libs/libXtst x11-proto/xproto x11-proto/xextproto ) virtual/x11 ) - >=x11-libs/gtk+-2.2 - x11-libs/pango - ) - >=media-libs/libart_lgpl-2.1 - ) - >=sys-libs/ncurses-5.2-r2 - nls? ( sys-devel/gettext ) - )" +RDEPEND="" DEPEND="${RDEPEND} - >=sys-apps/texinfo-4.2-r4 - >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.16.1" -PDEPEND="sys-devel/gcc-config" -if [[ ${CATEGORY} != cross-* ]] ; then - PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" -fi pkg_setup() { if [[ -z ${I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS} ]] ; then |