diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-03-08 22:23:39 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-03-08 22:23:39 +0000 |
commit | 6298432e3fd7747b441f00a415c419609a89eff8 (patch) | |
tree | 6d4c8e61addcd77c01aa724b7a6985be1451720c /sys-devel/kgcc64 | |
parent | Restrict Jython ABIs. Unset no longer correct PYTHON_MODNAME. (diff) | |
download | gentoo-2-6298432e3fd7747b441f00a415c419609a89eff8.tar.gz gentoo-2-6298432e3fd7747b441f00a415c419609a89eff8.tar.bz2 gentoo-2-6298432e3fd7747b441f00a415c419609a89eff8.zip |
Add missing dependencies.
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/kgcc64')
-rw-r--r-- | sys-devel/kgcc64/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.4.4.ebuild | 13 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.4.5.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/kgcc64/kgcc64-4.5.2.ebuild | 13 |
4 files changed, 34 insertions, 10 deletions
diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog index 679b3a77e92d..491a57a49160 100644 --- a/sys-devel/kgcc64/ChangeLog +++ b/sys-devel/kgcc64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/kgcc64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.34 2011/03/01 17:00:00 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.35 2011/03/08 22:23:39 dirtyepic Exp $ + + 08 Mar 2011; Ryan Hill <dirtyepic@gentoo.org> kgcc64-4.4.4.ebuild, + kgcc64-4.4.5.ebuild, kgcc64-4.5.2.ebuild: + Add missing dependencies. 01 Mar 2011; Guy Martin <gmsoft@gentoo.org> kgcc64-4.4.5.ebuild, kgcc64-4.5.2.ebuild: diff --git a/sys-devel/kgcc64/kgcc64-4.4.4.ebuild b/sys-devel/kgcc64/kgcc64-4.4.4.ebuild index 68cdc283a1d4..cc494749c788 100644 --- a/sys-devel/kgcc64/kgcc64-4.4.4.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.4.ebuild,v 1.3 2011/01/03 13:15:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.4.ebuild,v 1.4 2011/03/08 22:23:39 dirtyepic Exp $ case ${CHOST} in hppa*) CTARGET=hppa64-${CHOST#*-};; @@ -25,13 +25,20 @@ DESCRIPTION="64bit kernel compiler" # Works on mips and sparc; all other archs, refer to bug #228115 KEYWORDS="hppa sparc" +RDEPEND=">=dev-libs/gmp-4.2.1 + >=dev-libs/mpfr-2.3.2 + >=sys-devel/gcc-config-1.4" + # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet -DEPEND="hppa? ( sys-devel/binutils-hppa64 ) +DEPEND="${RDEPEND} + hppa? ( sys-devel/binutils-hppa64 ) !sys-devel/gcc-hppa64 !sys-devel/gcc-mips64 !sys-devel/gcc-powerpc64 - !sys-devel/gcc-sparc64" + !sys-devel/gcc-sparc64 + >=sys-apps/texinfo-4.8 + >=sys-devel/bison-1.875" pkg_postinst() { toolchain_pkg_postinst diff --git a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild index 59ae242ae514..55d2ad4075cc 100644 --- a/sys-devel/kgcc64/kgcc64-4.4.5.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.5.ebuild,v 1.2 2011/03/01 17:00:00 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.4.5.ebuild,v 1.3 2011/03/08 22:23:39 dirtyepic Exp $ case ${CHOST} in hppa*) CTARGET=hppa64-${CHOST#*-};; @@ -25,13 +25,19 @@ DESCRIPTION="64bit kernel compiler" # Works on mips and sparc; all other archs, refer to bug #228115 KEYWORDS="hppa ~sparc" +RDEPEND=">=dev-libs/gmp-4.2.1 + >=dev-libs/mpfr-2.3.2 + >=sys-devel/gcc-config-1.4" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet -DEPEND="hppa? ( sys-devel/binutils-hppa64 ) +DEPEND="${RDEPEND} + hppa? ( sys-devel/binutils-hppa64 ) !sys-devel/gcc-hppa64 !sys-devel/gcc-mips64 !sys-devel/gcc-powerpc64 - !sys-devel/gcc-sparc64" + !sys-devel/gcc-sparc64 + >=sys-apps/texinfo-4.8 + >=sys-devel/bison-1.875" pkg_postinst() { toolchain_pkg_postinst diff --git a/sys-devel/kgcc64/kgcc64-4.5.2.ebuild b/sys-devel/kgcc64/kgcc64-4.5.2.ebuild index 76b1d30c2ab3..c061a3fa6c5b 100644 --- a/sys-devel/kgcc64/kgcc64-4.5.2.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.2.ebuild,v 1.2 2011/03/01 17:00:00 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.5.2.ebuild,v 1.3 2011/03/08 22:23:39 dirtyepic Exp $ case ${CHOST} in hppa*) CTARGET=hppa64-${CHOST#*-};; @@ -25,13 +25,20 @@ DESCRIPTION="64bit kernel compiler" # Works on mips and sparc; all other archs, refer to bug #228115 KEYWORDS="hppa ~sparc" +RDEPEND=">=dev-libs/gmp-4.3.2 + >=dev-libs/mpfr-2.4.2 + >=dev-libs/mpc-0.8.1 + >=sys-devel/gcc-config-1.4" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet -DEPEND="hppa? ( sys-devel/binutils-hppa64 ) +DEPEND="${RDEPEND} + hppa? ( sys-devel/binutils-hppa64 ) !sys-devel/gcc-hppa64 !sys-devel/gcc-mips64 !sys-devel/gcc-powerpc64 - !sys-devel/gcc-sparc64" + !sys-devel/gcc-sparc64 + >=sys-apps/texinfo-4.8 + >=sys-devel/bison-1.875" pkg_postinst() { toolchain_pkg_postinst |