diff options
author | 2015-07-26 21:40:53 +0000 | |
---|---|---|
committer | 2015-07-26 21:40:53 +0000 | |
commit | 0cdf76f26e9c01ff05ec0102c5fc2eeda90457fa (patch) | |
tree | 68065eb94cea74dda0ed0bb8bcf8f9ba6f237595 /dev-libs | |
parent | Fix plasma5 vs kde4 conflicts. https://github.com/gentoo/gentoo-portage-rsync... (diff) | |
download | gentoo-2-0cdf76f26e9c01ff05ec0102c5fc2eeda90457fa.tar.gz gentoo-2-0cdf76f26e9c01ff05ec0102c5fc2eeda90457fa.tar.bz2 gentoo-2-0cdf76f26e9c01ff05ec0102c5fc2eeda90457fa.zip |
Add proper pkg_setup() to fix USE=-python, bug #546212. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/185 by a17r.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnatspec/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-libs/libnatspec/ChangeLog b/dev-libs/libnatspec/ChangeLog index 1d4cc57867a1..0206ef083683 100644 --- a/dev-libs/libnatspec/ChangeLog +++ b/dev-libs/libnatspec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libnatspec # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnatspec/ChangeLog,v 1.31 2015/07/03 10:10:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnatspec/ChangeLog,v 1.32 2015/07/26 21:40:53 mgorny Exp $ + + 26 Jul 2015; Michał Górny <mgorny@gentoo.org> libnatspec-0.2.6-r1.ebuild: + Add proper pkg_setup() to fix USE=-python, bug #546212. + https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/185 by a17r. 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> libnatspec-0.2.6-r1.ebuild: Stable for alpha, wrt bug #548686 diff --git a/dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild b/dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild index 8826b8773c0b..980dd259c078 100644 --- a/dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild +++ b/dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild,v 1.10 2015/07/03 10:10:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnatspec/libnatspec-0.2.6-r1.ebuild,v 1.11 2015/07/26 21:40:53 mgorny Exp $ EAPI=5 @@ -27,6 +27,10 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) python? ( dev-lang/tcl:0= )" +pkg_setup() { + use python && python-single-r1_pkg_setup +} + src_prepare() { epatch "${FILESDIR}"/${P}-iconv.patch # regenerate to fix imcompatible readlink usage |