diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-03-21 01:43:17 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-03-21 01:43:17 +0100 |
commit | fff0a2819d612256527d7ff54a2cec980b8cd429 (patch) | |
tree | 246271ba85854304f83198522423638ea5d70982 /sys-fs | |
parent | sys-fs/owfs: Fix sub slot (diff) | |
download | gentoo-fff0a2819d612256527d7ff54a2cec980b8cd429.tar.gz gentoo-fff0a2819d612256527d7ff54a2cec980b8cd429.tar.bz2 gentoo-fff0a2819d612256527d7ff54a2cec980b8cd429.zip |
sys-fs/owfs: Drop versionator eclass usage
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/owfs/owfs-3.1_p4-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/owfs/owfs-3.2_p2-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/owfs/owfs-3.1_p4-r1.ebuild b/sys-fs/owfs/owfs-3.1_p4-r1.ebuild index 493fd92843bc..51598eaeb803 100644 --- a/sys-fs/owfs/owfs-3.1_p4-r1.ebuild +++ b/sys-fs/owfs/owfs-3.1_p4-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) DISTUTILS_OPTIONAL=1 -inherit autotools distutils-r1 eutils linux-info perl-functions systemd user versionator +inherit autotools distutils-r1 eutils linux-info perl-functions systemd user MY_P=${P/_/} diff --git a/sys-fs/owfs/owfs-3.2_p2-r1.ebuild b/sys-fs/owfs/owfs-3.2_p2-r1.ebuild index c30388eef076..c795ca7df493 100644 --- a/sys-fs/owfs/owfs-3.2_p2-r1.ebuild +++ b/sys-fs/owfs/owfs-3.2_p2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) DISTUTILS_OPTIONAL=1 -inherit autotools distutils-r1 ltprune linux-info perl-functions systemd user versionator +inherit autotools distutils-r1 ltprune linux-info perl-functions systemd user MY_P=${P/_/} |