From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-622973-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 04D8B1381F3 for <garchives@archives.gentoo.org>; Thu, 29 Aug 2013 07:54:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA56AE0A6A; Thu, 29 Aug 2013 07:54:39 +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 6A2AEE0A6A for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2013 07:54:39 +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 877C433ECF7 for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2013 07:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EC1D7E468F for <gentoo-commits@lists.gentoo.org>; Thu, 29 Aug 2013 07:54:36 +0000 (UTC) From: "Ulrich Mueller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" <ulm@gentoo.org> Message-ID: <1377762662.3c2d710d7ac4d60cc063a4626b62af3ef6b8657d.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 3c2d710d7ac4d60cc063a4626b62af3ef6b8657d X-VCS-Branch: master Date: Thu, 29 Aug 2013 07:54:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5050cfda-b7d3-4100-a017-5bc1d1a66513 X-Archives-Hash: 90ef7a78b2501ef193eae39696401b98 commit: 3c2d710d7ac4d60cc063a4626b62af3ef6b8657d Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 24 12:59:45 2013 +0000 Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Aug 29 07:51:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=3c2d710d Fix definition of tilde operator, bug 196561. --- dependencies.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 47dc03b..a6fa67b 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -230,9 +230,7 @@ The following operators are available: specified has an asterisk immediately following it, a string prefix comparison is used instead. When an asterisk is used, the specification must remain valid if the asterisk were removed. (An asterisk used with any other operator is illegal.) -\item[\t{\textasciitilde}] Equal to the specified version, except the revision part of the matching - package may be greater than the revision part of the specified version (\t{-r0} is - assumed if no revision is explicitly stated). +\item[\t{\textasciitilde}] Equal to the specified version when revision parts are ignored. \item[\t{>=}] Greater than or equal to the specified version. \item[\t{>}] Strictly greater than the specified version. \end{description}