Skip to content

Commit

Permalink
sci-libs/linux-gpib: Version bump with kernel/userland split
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas K. Hüttel <[email protected]>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
  • Loading branch information
akhuettel committed Oct 13, 2018
1 parent 9330c66 commit 9ae1c53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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}"
Expand All @@ -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 )
Expand All @@ -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
}
Expand Down

0 comments on commit 9ae1c53

Please sign in to comment.