commit:     282f6d5460712bb9df83729f019114932b0aafc9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 19 07:21:50 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> 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"

Reply via email to