diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-25 16:45:17 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-25 16:45:17 +0000 |
commit | b3ad7afb1b9dd33fcfca10f161040ae300140ffe (patch) | |
tree | a75cf8b6e3d769c086790124d4d08de844cbbe3b /sci-libs/linux-gpib | |
parent | old (diff) | |
download | gentoo-2-b3ad7afb1b9dd33fcfca10f161040ae300140ffe.tar.gz gentoo-2-b3ad7afb1b9dd33fcfca10f161040ae300140ffe.tar.bz2 gentoo-2-b3ad7afb1b9dd33fcfca10f161040ae300140ffe.zip |
Pull in user.eclass for function enewgroup.
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/linux-gpib')
-rw-r--r-- | sci-libs/linux-gpib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-3.2.16-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/linux-gpib/ChangeLog b/sci-libs/linux-gpib/ChangeLog index 577f91e5e69f..c372b5b9e342 100644 --- a/sci-libs/linux-gpib/ChangeLog +++ b/sci-libs/linux-gpib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/linux-gpib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.7 2012/08/25 16:43:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.8 2012/08/25 16:45:17 ssuominen Exp $ + + 25 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + linux-gpib-3.2.16-r3.ebuild: + Pull in user.eclass for function enewgroup. 25 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> -linux-gpib-3.2.16-r1.ebuild, -linux-gpib-3.2.16-r2.ebuild: diff --git a/sci-libs/linux-gpib/linux-gpib-3.2.16-r3.ebuild b/sci-libs/linux-gpib/linux-gpib-3.2.16-r3.ebuild index 77a53d046d73..e4b13e07b419 100644 --- a/sci-libs/linux-gpib/linux-gpib-3.2.16-r3.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-3.2.16-r3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 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.16-r3.ebuild,v 1.1 2012/08/25 16:42:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.16-r3.ebuild,v 1.2 2012/08/25 16:45:17 ssuominen Exp $ EAPI=4 PERL_EXPORT_PHASE_FUNCTIONS=no PYTHON_DEPEND="python? 2" -inherit base linux-mod autotools perl-module python toolchain-funcs +inherit base linux-mod autotools perl-module python toolchain-funcs user DESCRIPTION="Kernel module and driver library for GPIB (IEEE 488.2) hardware" HOMEPAGE="http://linux-gpib.sourceforge.net/" |