diff options
author | Brian Evans <grknight@gentoo.org> | 2018-03-12 20:33:36 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-03-21 21:28:15 -0400 |
commit | ebbbb47970f462679b12296b4214782b5e900eb8 (patch) | |
tree | edd32410b1a0b37149b7206888779fb033ebd803 /dev-php/pecl-zmq | |
parent | dev-php/twig: Remove src_unpack as changes to eclass make it obsolete (diff) | |
download | gentoo-ebbbb47970f462679b12296b4214782b5e900eb8.tar.gz gentoo-ebbbb47970f462679b12296b4214782b5e900eb8.tar.bz2 gentoo-ebbbb47970f462679b12296b4214782b5e900eb8.zip |
dev-php/pecl-zmq: Remove src_unpack as changes to eclass make it obsolete
Diffstat (limited to 'dev-php/pecl-zmq')
-rw-r--r-- | dev-php/pecl-zmq/pecl-zmq-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild index 9e61585d5f61..3cf1f7076c24 100644 --- a/dev-php/pecl-zmq/pecl-zmq-9999.ebuild +++ b/dev-php/pecl-zmq/pecl-zmq-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,11 +20,6 @@ SRC_URI="" EGIT_REPO_URI="https://github.com/mkoppanen/php-zmq.git" EGIT_CHECKOUT_DIR="${PHP_EXT_S}" -src_unpack() { - git-r3_src_unpack - php-ext-source-r3_src_unpack -} - src_configure() { local PHP_EXT_ECONF_ARGS=( $(use_with czmq) ) php-ext-source-r3_src_configure |