commit: 9ae1c539cc978a676cf10f12724ca364fc964867 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 13 16:12:26 2018 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Oct 13 16:13:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae1c539
sci-libs/linux-gpib: Version bump with kernel/userland split Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 sci-libs/linux-gpib/linux-gpib-4.2.0_rc1.ebuild | 10 +++++----- 1 file 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 b378c006c71..5bb251f0648 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 }
