Gentoo Archives: gentoo-portage-dev

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@×××××.com>
To: Gentoo Portage Development <gentoo-portage-dev@l.g.o>
Subject: Re: [gentoo-portage-dev] A way to prevent useless rebuild?
Date: Sun, 20 Jan 2013 12:34:46
Message-Id: 201301201334.24445.Arfrever.FTA@gmail.com
In Reply to: [gentoo-portage-dev] A way to prevent useless rebuild? by Pacho Ramos
1 2013-01-20 13:22:42 Pacho Ramos napisał(a):
2 > I noticed "go" USE flag was masked on gcc:4.6, the problem is that I
3 > just compiled it a week ago with USE="-go"... then, I would like to know
4 > if there is a way to prevent it from being rebuild again :| (It will
5 > take some time in my currently running system but on other machines I
6 > maintain it will take hours)
7
8 sed -e "s/\(^\| \)go\($\| \)/\1\2/;s/^ //;s/ / /g;s/ $//" -i /var/db/pkg/sys-devel/gcc-4.6.3/IUSE
9 touch /var/db/pkg/sys-devel/gcc-4.6.3
10 touch /var/db/pkg/sys-devel
11 touch /var/db/pkg
12
13 --
14 Arfrever Frehtes Taifersar Arahesis

Attachments

File name MIME type
signature.asc application/pgp-signature