summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.ebuild10
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
}