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 8B62C138206 for ; Tue, 16 Jan 2018 20:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D601CE08AE; Tue, 16 Jan 2018 20:26:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B53D3E08AE for ; Tue, 16 Jan 2018 20:26:01 +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 7CA8D335C3E for ; Tue, 16 Jan 2018 20:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 125941A4 for ; Tue, 16 Jan 2018 20:25:59 +0000 (UTC) From: "Rafael Martins" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rafael Martins" Message-ID: <1516134350.410c02ed606ae2189a6696a63b1ea6e6af61df2f.rafaelmartins@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/blohg/blohg-0.13-r2.ebuild www-apps/blohg/blohg-0.13-r3.ebuild X-VCS-Directories: www-apps/blohg/ X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins X-VCS-Revision: 410c02ed606ae2189a6696a63b1ea6e6af61df2f X-VCS-Branch: master Date: Tue, 16 Jan 2018 20:25:59 +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: 6eefa27b-7a39-479f-bb93-7d551528e16d X-Archives-Hash: 681cbc115b91538eba94e33423f39754 commit: 410c02ed606ae2189a6696a63b1ea6e6af61df2f Author: Rafael G. Martins gentoo org> AuthorDate: Tue Jan 16 20:25:29 2018 +0000 Commit: Rafael Martins gentoo org> CommitDate: Tue Jan 16 20:25:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410c02ed www-apps/blohg: removed docutils version lock (bug #643234) Package-Manager: Portage-2.3.13, Repoman-2.3.3 www-apps/blohg/{blohg-0.13-r2.ebuild => blohg-0.13-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild b/www-apps/blohg/blohg-0.13-r3.ebuild similarity index 96% rename from www-apps/blohg/blohg-0.13-r2.ebuild rename to www-apps/blohg/blohg-0.13-r3.ebuild index f28eb4067fe..f9a9daaf2eb 100644 --- a/www-apps/blohg/blohg-0.13-r2.ebuild +++ b/www-apps/blohg/blohg-0.13-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ REQUIRED_USE="|| ( git mercurial ) RDEPEND=" >=dev-python/click-2.0 - =dev-python/docutils-0.11* + >=dev-python/docutils-0.11 >=dev-python/flask-0.10.1 >=dev-python/flask-babel-0.7 >=dev-python/frozen-flask-0.7