Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-ken/
Date: Sat, 13 Apr 2019 07:57:53
Message-Id: 1555142255.9814782873c8efbbdea190f07297c1a82dcba97a.prometheanfire@gentoo
1 commit: 9814782873c8efbbdea190f07297c1a82dcba97a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 07:57:10 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 07:57:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98147828
7
8 dev-python/os-ken: fix install
9
10 Closes: https://bugs.gentoo.org/683228
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/os-ken/os-ken-0.3.1.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/dev-python/os-ken/os-ken-0.3.1.ebuild b/dev-python/os-ken/os-ken-0.3.1.ebuild
18 index 8da122e4c1c..f71dd33d6d1 100644
19 --- a/dev-python/os-ken/os-ken-0.3.1.ebuild
20 +++ b/dev-python/os-ken/os-ken-0.3.1.ebuild
21 @@ -9,7 +9,6 @@ inherit distutils-r1
22 DESCRIPTION="OpenStack Cinder brick library for managing local volume attaches"
23 HOMEPAGE="https://github.com/openstack/os-ken"
24 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os-ken-${PV}.tar.gz"
25 -S="${WORKDIR}/os_vif-${PV}"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"