From: Oyvind Repvik Date: Fri, 5 Aug 2005 09:50:31 +0000 (+0000) Subject: Add monotone and boost in package.keywords if they're not there already X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a2f5494a6dbef3b4938a0320c22baa4c23f80f1;p=openembedded.git Add monotone and boost in package.keywords if they're not there already --- diff --git a/Makefile b/Makefile index 6b7b586bb3..4a86847119 100644 --- a/Makefile +++ b/Makefile @@ -210,24 +210,29 @@ setup-host-debian: .PHONY: setup-host-gentoo setup-host-gentoo: - su - -c "emerge -n \ - autoconf automake \ - bison \ - ccache \ - cvs \ - flex \ - gawk gettext \ - glib \ - libtool \ - m4 \ - make \ - patch \ - pkgconfig \ - sed \ - sys-apps/texinfo \ - unzip \ - psyco \ - subversion" + su - -c "mkdir -p /etc/portage ; echo >> /etc/portage/package.keywords \ + ; grep monotone /etc/portage/package.keywords || \ + echo =dev-util/monotone-0.21 ~x86 >> /etc/portage/package.keywords ; \ + grep dev-libs/boost /etc/portage/package.keywords || \ + echo \>=dev-libs/boost-1.32 ~x86 >> /etc/portage/package.keywords ; \ + emerge -n \ + autoconf automake \ + bison \ + ccache \ + cvs \ + flex \ + glib \ + libtool \ + m4 \ + make \ + monotone \ + patch \ + pkgconfig \ + sed \ + sys-apps/texinfo \ + unzip \ + psyco \ + subversion" .PHONY: update-master update-master: MT/.configured