From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18D6E138334 for ; Fri, 3 May 2019 08:50:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 303B4E08BD; Fri, 3 May 2019 08:50:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11552E08BB for ; Fri, 3 May 2019 08:50:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6FBD34335F for ; Fri, 3 May 2019 08:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EB2F55B for ; Fri, 3 May 2019 08:50:43 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1556821419.da82e7fd977623f9577f68326027d361489d9192.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: TODO.md X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: da82e7fd977623f9577f68326027d361489d9192 X-VCS-Branch: master Date: Fri, 3 May 2019 08:50: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f4ec71b-93ad-4a79-81d5-328a93d6a94a X-Archives-Hash: b374e29bb1381ad7dbdac35c48725051 commit: da82e7fd977623f9577f68326027d361489d9192 Author: Fabian Groffen gentoo org> AuthorDate: Thu May 2 18:23:39 2019 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu May 2 18:23:39 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=da82e7fd TODO: qatom handles deps like cat/pkg-123[foo(+)] Signed-off-by: Fabian Groffen gentoo.org> TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/TODO.md b/TODO.md index 007d906..0c0c5bd 100644 --- a/TODO.md +++ b/TODO.md @@ -38,7 +38,6 @@ - only 64bit values are supported in any individual version component foo-(1234)\_alpha(56789) - these limits should not be an issue for all practical purposes -- need to handle USE deps like: cat/pkg-123[foo(+)] # qmerge