Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why can't I emerge telnet?
Date: Thu, 14 Apr 2011 00:02:12
Message-Id: 201104140100.27106.peter@humphrey.ukfsn.org
In Reply to: Re: [gentoo-user] Why can't I emerge telnet? by Alex Schuster
1 On Wednesday 13 April 2011 23:45:01 Alex Schuster wrote:
2
3 > I don't know it stable portage already has this feature, but at least
4 > portage-2.2 has a set called module-rebuild. So I just do an emerge
5 > @modules-rebuild. Oh, and instead of emerge $( qlist -IC x11-drivers/ ) one
6 > can use emerge @x11-module-rebuild. This one is needed when xorg-server was
7 > upgraded.
8
9 I just have a little script:
10
11 $ cat /usr/local/sbin/up-x
12 #!/bin/bash
13 #
14 # /usr/local/sbin/up-x
15 #
16 # Recompile X drivers etc. after kernel upgrade:
17 #
18 emerge -1 --jobs=5 --keep-going `qlist -IC x11-drivers` &&\
19 echo &&\
20 sh /usr/local/src/VirtualBox*run &&\
21 echo
22
23 Makes life really simple, with hardly any typing.
24
25 --
26 Rgds
27 Peter

Replies

Subject Author
Re: [gentoo-user] Why can't I emerge telnet? Bill Longman <bill.longman@×××××.com>