From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6B9C01381F3 for ; Fri, 24 May 2013 02:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4A16E079C; Fri, 24 May 2013 02:23:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75E5BE079C for ; Fri, 24 May 2013 02:23:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C0F633E24D for ; Fri, 24 May 2013 02:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E7FFEE4404 for ; Fri, 24 May 2013 02:23:43 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1369362197.dc726cc010feb04303a5f4f6ab2719d2afd59d51.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/emerge.1 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: dc726cc010feb04303a5f4f6ab2719d2afd59d51 X-VCS-Branch: master Date: Fri, 24 May 2013 02:23:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e527ff1e-25af-4a4a-bd75-d7771d71f99f X-Archives-Hash: 9181ef40eafcd2f3395f6bd5947bd6b6 commit: dc726cc010feb04303a5f4f6ab2719d2afd59d51 Author: Zac Medico gentoo org> AuthorDate: Fri May 24 02:23:17 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri May 24 02:23:17 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=dc726cc0 man/emerge.1: --resume uses mtimedb --- man/emerge.1 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index b4b5002..05373cf 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -211,6 +211,9 @@ success condition. A resume list will persist until it has been completed in entirety or until another aborted merge list replaces it. The resume history is capable of storing two merge lists. After one resume list completes, it is possible to invoke \-\-resume once again in order to resume an older list. +The resume lists are stored in \fI/var/cache/edb/mtimedb\fR, and may be +explicitly discarded by running `emaint \-\-fix cleanresume` (see +\fBemaint\fR(1)). .TP .BR "\-\-search " (\fB\-s\fR) Searches for matches of the supplied string in the portage tree.