Gentoo Archives: gentoo-dev

From: Peter Volkov <pva@g.o>
To: gentoo-dev@l.g.o, pacho@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-libs/libproxy: ChangeLog libproxy-0.4.6.ebuild
Date: Fri, 01 Oct 2010 13:16:19
Message-Id: 1285938956.5868.246.camel@tablet
1 В Срд, 29/09/2010 в 20:43 +0000, Pacho Ramos (pacho) пишет:
2 > pkg_setup() {
3 > if use python; then
4 > python_set_active_version 2
5 > fi
6
7 It's much shorter and clearer to write
8
9 use python && python_set_active_version 2
10
11 --
12 Peter.

Replies