sys-fs/owfs: Fix sub slot

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --force
This commit is contained in:
Thomas Deutschmann
2018-03-21 01:40:56 +01:00
parent 7434744ad7
commit 52ff8a40e4
2 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1
inherit autotools distutils-r1 eutils linux-info perl-functions systemd user
inherit autotools distutils-r1 eutils linux-info perl-functions systemd user versionator
MY_P=${P/_/}
@@ -15,12 +15,13 @@ SRC_URI="mirror://sourceforge/owfs/${MY_P}.tar.gz"
HOMEPAGE="http://owfs.org/ https://sourceforge.net/projects/owfs/"
KEYWORDS="amd64 arm x86"
SLOT="0/4.0.0"
# Upstream uses crazy SONAME, https://github.com/owfs/owfs/commit/c696fa9b9b44f49c96b9f1c2b3159d277e0c1273
SLOT="0/${PV}"
LICENSE="GPL-2"
RDEPEND="
ftdi? ( dev-embedded/libftdi:0 )
fuse? ( sys-fs/fuse )
fuse? ( sys-fs/fuse:0= )
perl? ( dev-lang/perl:= )
parport? ( sys-kernel/linux-headers )
php? ( dev-lang/php:=[cli] )

View File

@@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1
inherit autotools distutils-r1 ltprune linux-info perl-functions systemd user
inherit autotools distutils-r1 ltprune linux-info perl-functions systemd user versionator
MY_P=${P/_/}
@@ -15,12 +15,13 @@ SRC_URI="mirror://sourceforge/owfs/${MY_P}.tar.gz"
HOMEPAGE="http://owfs.org/ https://sourceforge.net/projects/owfs/"
KEYWORDS="~amd64 ~arm ~x86"
SLOT="0/4.0.0"
# Upstream uses crazy SONAME, https://github.com/owfs/owfs/commit/c696fa9b9b44f49c96b9f1c2b3159d277e0c1273
SLOT="0/${PV}"
LICENSE="GPL-2"
RDEPEND="
ftdi? ( dev-embedded/libftdi:0 )
fuse? ( sys-fs/fuse:0 )
fuse? ( sys-fs/fuse:0= )
perl? ( dev-lang/perl:= )
parport? ( sys-kernel/linux-headers )
php? ( dev-lang/php:=[cli] )