diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-25 16:18:35 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-25 16:18:35 +0000 |
commit | 359313075c6e31a6e725410beceac94407b8b8d7 (patch) | |
tree | beb0f295136c1074b58da8e895e5d7716bedc33c /sys-freebsd/boot0 | |
parent | [bump] virtual/perl-Memoize-1.30.0 (diff) | |
download | gentoo-2-359313075c6e31a6e725410beceac94407b8b8d7.tar.gz gentoo-2-359313075c6e31a6e725410beceac94407b8b8d7.tar.bz2 gentoo-2-359313075c6e31a6e725410beceac94407b8b8d7.zip |
add contrib and lib to SRC_URI as amd64 requires it, part of bug #391005
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd/boot0')
-rw-r--r-- | sys-freebsd/boot0/ChangeLog | 5 | ||||
-rw-r--r-- | sys-freebsd/boot0/boot0-9.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-freebsd/boot0/ChangeLog b/sys-freebsd/boot0/ChangeLog index d8c63e9bff42..2052c2efbcb0 100644 --- a/sys-freebsd/boot0/ChangeLog +++ b/sys-freebsd/boot0/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-freebsd/boot0 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.32 2012/03/30 15:50:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.33 2012/04/25 16:18:35 aballier Exp $ + + 25 Apr 2012; Alexis Ballier <aballier@gentoo.org> boot0-9.0.ebuild: + add contrib and lib to SRC_URI as amd64 requires it, part of bug #391005 30 Mar 2012; Alexis Ballier <aballier@gentoo.org> -boot0-9.0_rc1.ebuild, -boot0-9.0_rc2.ebuild, -boot0-9.0_rc3.ebuild: diff --git a/sys-freebsd/boot0/boot0-9.0.ebuild b/sys-freebsd/boot0/boot0-9.0.ebuild index c3f1bf344193..c662666c64e3 100644 --- a/sys-freebsd/boot0/boot0-9.0.ebuild +++ b/sys-freebsd/boot0/boot0-9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.0.ebuild,v 1.1 2012/01/16 16:37:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.0.ebuild,v 1.2 2012/04/25 16:18:35 aballier Exp $ EAPI=2 @@ -12,7 +12,9 @@ KEYWORDS="~sparc-fbsd ~x86-fbsd" IUSE="bzip2 ieee1394 tftp zfs" -SRC_URI="mirror://gentoo/${SYS}.tar.bz2" +SRC_URI="mirror://gentoo/${SYS}.tar.bz2 + mirror://gentoo/${LIB}.tar.bz2 + mirror://gentoo/${CONTRIB}.tar.bz2" RDEPEND="" DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}* |