diff options
author | 2014-01-06 14:40:12 +0000 | |
---|---|---|
committer | 2014-01-06 14:40:12 +0000 | |
commit | 516ddf974f671cf2d5e2bf80bb317792a3fac771 (patch) | |
tree | 4cd2807b34ae2c3597ecb19886f2df85d6301bf0 /sci-libs/linux-gpib/linux-gpib-3.2.19.ebuild | |
parent | Fix installing systemd unit fix by Xake (bug #496854 again). (diff) | |
download | gentoo-2-516ddf974f671cf2d5e2bf80bb317792a3fac771.tar.gz gentoo-2-516ddf974f671cf2d5e2bf80bb317792a3fac771.tar.bz2 gentoo-2-516ddf974f671cf2d5e2bf80bb317792a3fac771.zip |
sci-libs/linux-gpib: Drop old; punt base.eclass
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/linux-gpib/linux-gpib-3.2.19.ebuild')
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-3.2.19.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sci-libs/linux-gpib/linux-gpib-3.2.19.ebuild b/sci-libs/linux-gpib/linux-gpib-3.2.19.ebuild index 322fa4a26f3a..f7b9fecbaf1a 100644 --- a/sci-libs/linux-gpib/linux-gpib-3.2.19.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-3.2.19.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.19.ebuild,v 1.3 2013/12/24 12:53:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.19.ebuild,v 1.4 2014/01/06 14:40:12 jlec Exp $ EAPI=4 + PERL_EXPORT_PHASE_FUNCTIONS=no GENTOO_DEPEND_ON_PERL=no PYTHON_DEPEND="python? 2" -inherit base linux-mod autotools perl-module python toolchain-funcs udev user +inherit eutils linux-mod autotools perl-module python toolchain-funcs udev user DESCRIPTION="Kernel module and driver library for GPIB (IEEE 488.2) hardware" HOMEPAGE="http://linux-gpib.sourceforge.net/" @@ -54,7 +55,8 @@ pkg_setup () { } src_prepare () { - base_src_prepare + epatch ${PATCHES[@]} + epatch_user eautoreconf } |