diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-26 21:37:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-26 21:37:03 +0000 |
commit | a7128447f06cbd4f0d169286a586d93be8a7c5f1 (patch) | |
tree | ceb8e10c7261b9ed915252c89291569c6d7aa151 /sys-devel/gcc | |
parent | Revert last change, this was not a proper fix. (diff) | |
download | gentoo-2-a7128447f06cbd4f0d169286a586d93be8a7c5f1.tar.gz gentoo-2-a7128447f06cbd4f0d169286a586d93be8a7c5f1.tar.bz2 gentoo-2-a7128447f06cbd4f0d169286a586d93be8a7c5f1.zip |
pull in dejagnu when USE=test #159120 by Daniel Black
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1-r3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1.ebuild | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild b/sys-devel/gcc/gcc-4.0.2-r3.ebuild index 86ef5ce1f76c..113c8e624769 100644 --- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild +++ b/sys-devel/gcc/gcc-4.0.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.18 2006/08/14 16:32:23 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.19 2006/12/26 21:37:03 vapier Exp $ PATCH_VER="1.6" PATCH_GCC_VER="4.0.2" @@ -48,7 +48,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4 nls? ( sys-devel/gettext ) )" DEPEND="${RDEPEND} - test? ( sys-devel/autogen ) + test? ( sys-devel/autogen dev-util/dejagnu ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" diff --git a/sys-devel/gcc/gcc-4.0.3.ebuild b/sys-devel/gcc/gcc-4.0.3.ebuild index 4b7b847d2e2a..c748d085cc19 100644 --- a/sys-devel/gcc/gcc-4.0.3.ebuild +++ b/sys-devel/gcc/gcc-4.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.3.ebuild,v 1.11 2006/08/14 16:32:23 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.3.ebuild,v 1.12 2006/12/26 21:37:03 vapier Exp $ PATCH_VER="1.3" UCLIBC_VER="1.0" @@ -43,7 +43,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4 nls? ( sys-devel/gettext ) )" DEPEND="${RDEPEND} - test? ( sys-devel/autogen ) + test? ( sys-devel/autogen dev-util/dejagnu ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" diff --git a/sys-devel/gcc/gcc-4.1.0-r1.ebuild b/sys-devel/gcc/gcc-4.1.0-r1.ebuild index bba7fc6efa01..ce184c2a2974 100644 --- a/sys-devel/gcc/gcc-4.1.0-r1.ebuild +++ b/sys-devel/gcc/gcc-4.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0-r1.ebuild,v 1.12 2006/11/13 06:10:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0-r1.ebuild,v 1.13 2006/12/26 21:37:03 vapier Exp $ PATCH_VER="1.7" UCLIBC_VER="1.1" @@ -38,7 +38,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4 nls? ( sys-devel/gettext ) )" DEPEND="${RDEPEND} - test? ( sys-devel/autogen ) + test? ( sys-devel/autogen dev-util/dejagnu ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" diff --git a/sys-devel/gcc/gcc-4.1.1-r1.ebuild b/sys-devel/gcc/gcc-4.1.1-r1.ebuild index 4824e8678a25..c83f08295082 100644 --- a/sys-devel/gcc/gcc-4.1.1-r1.ebuild +++ b/sys-devel/gcc/gcc-4.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r1.ebuild,v 1.15 2006/12/10 21:27:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r1.ebuild,v 1.16 2006/12/26 21:37:03 vapier Exp $ PATCH_VER="1.7.1" UCLIBC_VER="1.1" @@ -38,7 +38,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4 nls? ( sys-devel/gettext ) )" DEPEND="${RDEPEND} - test? ( sys-devel/autogen ) + test? ( sys-devel/autogen dev-util/dejagnu ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" diff --git a/sys-devel/gcc/gcc-4.1.1-r3.ebuild b/sys-devel/gcc/gcc-4.1.1-r3.ebuild index c720b8ad796e..c019ee76919e 100644 --- a/sys-devel/gcc/gcc-4.1.1-r3.ebuild +++ b/sys-devel/gcc/gcc-4.1.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r3.ebuild,v 1.2 2006/12/10 21:27:50 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1-r3.ebuild,v 1.3 2006/12/26 21:37:03 vapier Exp $ PATCH_VER="1.9" UCLIBC_VER="1.1" @@ -38,7 +38,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4 nls? ( sys-devel/gettext ) )" DEPEND="${RDEPEND} - test? ( sys-devel/autogen ) + test? ( sys-devel/autogen dev-util/dejagnu ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" diff --git a/sys-devel/gcc/gcc-4.1.1.ebuild b/sys-devel/gcc/gcc-4.1.1.ebuild index 86dd159ef769..95e6c131a42f 100644 --- a/sys-devel/gcc/gcc-4.1.1.ebuild +++ b/sys-devel/gcc/gcc-4.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1.ebuild,v 1.22 2006/11/02 06:39:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1.ebuild,v 1.23 2006/12/26 21:37:03 vapier Exp $ PATCH_VER="1.6" UCLIBC_VER="1.1" @@ -38,7 +38,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4 nls? ( sys-devel/gettext ) )" DEPEND="${RDEPEND} - test? ( sys-devel/autogen ) + test? ( sys-devel/autogen dev-util/dejagnu ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" |