Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-util/reviewboard/
Date: Fri, 19 Feb 2016 07:22:03
Message-Id: 1455866510.282f6d5460712bb9df83729f019114932b0aafc9.graaff@gentoo
1 commit: 282f6d5460712bb9df83729f019114932b0aafc9
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Feb 19 07:21:50 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 07:21:50 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=282f6d54
7
8 dev-util/reviewboard: fix elog messages
9
10 Make sure elog messages about mysql and postgres reflect
11 reality. Django no longer has these USE flags.
12
13 Thanks for Consus for pointing this out.
14
15 Package-Manager: portage-2.2.26
16
17 dev-util/reviewboard/reviewboard-2.5.2.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-util/reviewboard/reviewboard-2.5.2.ebuild b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
21 index acc9452..40bc783 100644
22 --- a/dev-util/reviewboard/reviewboard-2.5.2.ebuild
23 +++ b/dev-util/reviewboard/reviewboard-2.5.2.ebuild
24 @@ -119,8 +119,8 @@ pkg_postinst() {
25 elog "You must install any VCS tool you wish ${PN} to support."
26 elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
27 elog
28 - elog "Enable the mysql, postgres or sqlite USEflag on dev-python/django"
29 - elog "to use the corresponding database backend."
30 + elog "Install dev-python/mysql-python for mysql support."
31 + elog "Install dev-python/psycopg for postgres support."
32 elog
33 elog "For speed and responsiveness, consider installing net-misc/memcached"
34 elog "and dev-python/python-memcached"