sci-libs/linux-gpib: Version bump with kernel/userland split
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 13 Oct 2018 16:12:26 +0000 (18:12 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 13 Oct 2018 16:13:52 +0000 (18:13 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild

index b378c006c71047e1bb70df6427f444ed9de2b61c..5bb251f06487b6859736e77dfe9800fc30e3e054 100644 (file)
@@ -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
 }