diff options
author | Davide Pesavento <pesa@gentoo.org> | 2014-10-19 23:28:02 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2014-10-19 23:28:02 +0000 |
commit | f12561afce21f6479db2ef03fcc74def16c8fb3b (patch) | |
tree | bd9c702da3fe0f072b77571120ce8f526d384415 /dev-python/sip | |
parent | version bump (diff) | |
download | gentoo-2-f12561afce21f6479db2ef03fcc74def16c8fb3b.tar.gz gentoo-2-f12561afce21f6479db2ef03fcc74def16c8fb3b.tar.bz2 gentoo-2-f12561afce21f6479db2ef03fcc74def16c8fb3b.zip |
Don't pass bindir and sipdir to configure, they're already the default values.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Diffstat (limited to 'dev-python/sip')
-rw-r--r-- | dev-python/sip/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sip/sip-4.16.3.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/sip/ChangeLog b/dev-python/sip/ChangeLog index b90e699b1f6d..7faacc96e7e7 100644 --- a/dev-python/sip/ChangeLog +++ b/dev-python/sip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sip # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.293 2014/10/19 23:09:08 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/ChangeLog,v 1.294 2014/10/19 23:28:02 pesa Exp $ + + 19 Oct 2014; Davide Pesavento <pesa@gentoo.org> sip-4.16.3.ebuild: + Don't pass bindir and sipdir to configure, they're already the default values. 19 Oct 2014; Davide Pesavento <pesa@gentoo.org> sip-4.15.3.ebuild, sip-4.16.2.ebuild, sip-4.16.3.ebuild: diff --git a/dev-python/sip/sip-4.16.3.ebuild b/dev-python/sip/sip-4.16.3.ebuild index 879a363c3013..12f5f6e51412 100644 --- a/dev-python/sip/sip-4.16.3.ebuild +++ b/dev-python/sip/sip-4.16.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.3.ebuild,v 1.2 2014/10/19 23:09:08 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.16.3.ebuild,v 1.3 2014/10/19 23:28:02 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -72,10 +72,8 @@ src_configure() { configuration() { local myconf=( "${PYTHON}" configure.py - --bindir="${EPREFIX}/usr/bin" --destdir="$(python_get_sitedir)" --incdir="$(python_get_includedir)" - --sipdir="${EPREFIX}/usr/share/sip" $(use debug && echo --debug) AR="$(tc-getAR) cqs" CC="$(tc-getCC)" |