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 0587A138330 for ; Thu, 15 Sep 2016 01:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7A1BE0B08; Thu, 15 Sep 2016 01:30:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CFD7E0B07 for ; Thu, 15 Sep 2016 01:30:43 +0000 (UTC) Received: from naomi.gilbertsystems.net (d192-24-229-26.try.wideopenwest.com [24.192.26.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 7CA2C340A9C for ; Thu, 15 Sep 2016 01:30:42 +0000 (UTC) From: Mike Gilbert To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] [PATCH 1/3] test_NewsItem: Add News-Item-Format to template Date: Wed, 14 Sep 2016 21:30:37 -0400 Message-Id: <20160915013039.15646-1-floppym@gentoo.org> X-Mailer: git-send-email 2.10.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: f50db26b-febb-478c-9e58-c44a09a6a304 X-Archives-Hash: 6329ec7c9f23fc89a539226961fd5255 --- pym/portage/tests/news/test_NewsItem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/portage/tests/news/test_NewsItem.py b/pym/portage/tests/news/test_NewsItem.py index a4e76f3..2f183a7 100644 --- a/pym/portage/tests/news/test_NewsItem.py +++ b/pym/portage/tests/news/test_NewsItem.py @@ -17,6 +17,7 @@ Author: Ciaran McCreesh Content-Type: text/plain Posted: 01-Nov-2005 Revision: 1 +News-Item-Format: 1.0 #Display-If-Installed: #Display-If-Profile: #Display-If-Arch: -- 2.10.0