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 5EC301388BF for ; Fri, 19 Feb 2016 07:22:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29CE021C1A8; Fri, 19 Feb 2016 07:22:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B715B21C1A8 for ; Fri, 19 Feb 2016 07:22:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAB74340DB7 for ; Fri, 19 Feb 2016 07:21:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00B4B8F5 for ; Fri, 19 Feb 2016 07:21:58 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1455866510.282f6d5460712bb9df83729f019114932b0aafc9.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-util/reviewboard/reviewboard-2.5.2.ebuild X-VCS-Directories: dev-util/reviewboard/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 282f6d5460712bb9df83729f019114932b0aafc9 X-VCS-Branch: master Date: Fri, 19 Feb 2016 07:21:58 +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: 5d8a5230-54a9-4577-8dde-4ff0ccaacfbf X-Archives-Hash: 52e21454236d777d1d204a6ceebe526b commit: 282f6d5460712bb9df83729f019114932b0aafc9 Author: Hans de Graaff degraaff org> AuthorDate: Fri Feb 19 07:21:50 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Feb 19 07:21:50 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=282f6d54 dev-util/reviewboard: fix elog messages Make sure elog messages about mysql and postgres reflect reality. Django no longer has these USE flags. Thanks for Consus for pointing this out. Package-Manager: portage-2.2.26 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild b/dev-util/reviewboard/reviewboard-2.5.2.ebuild index acc9452..40bc783 100644 --- a/dev-util/reviewboard/reviewboard-2.5.2.ebuild +++ b/dev-util/reviewboard/reviewboard-2.5.2.ebuild @@ -119,8 +119,8 @@ pkg_postinst() { elog "You must install any VCS tool you wish ${PN} to support." elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion." elog - elog "Enable the mysql, postgres or sqlite USEflag on dev-python/django" - elog "to use the corresponding database backend." + elog "Install dev-python/mysql-python for mysql support." + elog "Install dev-python/psycopg for postgres support." elog elog "For speed and responsiveness, consider installing net-misc/memcached" elog "and dev-python/python-memcached"