diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-10-13 18:12:26 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-10-13 18:13:52 +0200 |
commit | 9ae1c539cc978a676cf10f12724ca364fc964867 (patch) | |
tree | 133faf0ba3157b3d197a494bbbae182342c569bc /sci-libs/linux-gpib | |
parent | sci-libs/linux-gpib-modules: New package, split out of sci-libs/linux-gpib (diff) | |
download | gentoo-9ae1c539cc978a676cf10f12724ca364fc964867.tar.gz gentoo-9ae1c539cc978a676cf10f12724ca364fc964867.tar.bz2 gentoo-9ae1c539cc978a676cf10f12724ca364fc964867.zip |
sci-libs/linux-gpib: Version bump with kernel/userland split
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'sci-libs/linux-gpib')
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild b/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild index b378c006c710..5bb251f06487 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) -inherit readme.gentoo-r1 versionator eutils autotools perl-functions python-single-r1 toolchain-funcs udev user +inherit readme.gentoo-r1 autotools perl-functions python-single-r1 toolchain-funcs udev user DESCRIPTION="Driver library for GPIB (IEEE 488.2) hardware" HOMEPAGE="https://linux-gpib.sourceforge.io/" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/linux-gpib/${PN}-user-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~x86" IUSE="pcmcia static guile perl php python tcl doc firmware" S="${WORKDIR}/${PN}-user-${PV}" @@ -28,7 +28,9 @@ COMMONDEPEND=" php? ( dev-lang/php:= ) python? ( ${PYTHON_DEPS} ) firmware? ( sys-apps/fxload )" -RDEPEND="${COMMONDEPEND}" +RDEPEND="${COMMONDEPEND} + ~sci-libs/linux-gpib-modules-${PV} +" DEPEND="${COMMONDEPEND} virtual/pkgconfig doc? ( app-text/docbook-sgml-utils ) @@ -46,8 +48,6 @@ pkg_setup () { } src_prepare () { - [[ ${I_KNOW_WHAT_I_AM_DOING} == "1" ]] || \ - die "This ebuild is work in progress. Do not use." default eautoreconf } |