On Mon, 28 Jun 2010 19:42:27 +0000 (UTC), "Arfrever Frehtes Taifersar
Arahesis (arfrever)" <[email protected]> wrote:
> arfrever 10/06/28 19:42:27
>
> Modified: python-openid-2.2.4.ebuild
> Log:
> Fix dependencies.
> (Portage version: HEAD/cvs/Linux x86_64)
Is there any reason you are so non-verbose here? 'cvs log' or '$EDITOR
ChangeLog' equally give us no information about your commit. You are
making it hard on other devs in my opinion, I don't think intentionally,
but can't you just use the ChangeLog more?? At least, that is my small
request and I think others feel the same. If not, I will quietly go back
in my corner.
-Jeremy
> Index: python-openid-2.2.4.ebuild
> ===================================================================
> -EAPI="2"
> -
> -NEED_PYTHON="2.5"
> +EAPI="3"
> +PYTHON_DEPEND="2:2.5"
> SUPPORT_PYTHON_ABIS="1"
> +RESTRICT_PYTHON_ABIS="2.4 3.*"
>
> inherit eutils distutils
>
> @@ -22,7 +22,6 @@
> postgres? ( dev-python/psycopg )
> sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )"
> DEPEND="${RDEPEND}"
> -RESTRICT_PYTHON_ABIS="3.*"