Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 732574 - sys-cluster/ceph[spdk]: typo causing dpdk to be enabled
Summary: sys-cluster/ceph[spdk]: typo causing dpdk to be enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-14 16:18 UTC by Andrius Štikonas
Modified: 2020-07-24 18:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrius Štikonas 2020-07-14 16:18:23 UTC
Ebuild contains

                -DWITH_DPDK=$(usex dpdk)
                -DWITH_DPDK=$(usex spdk)

That doesn't seem right. I think last line should be

                -DWITH_SPDK=$(usex spdk)

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-07-24 18:42:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8214c66f9b0ff3bb480ff5ee68866adba8ee09cf

commit 8214c66f9b0ff3bb480ff5ee68866adba8ee09cf
Author:     Patrick McLean <patrick.mclean@sony.com>
AuthorDate: 2020-07-24 16:26:36 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2020-07-24 18:39:21 +0000

    sys-cluster/ceph: Revbump, fix typo with USE=spdk (bug #732574)
    
    Closes: https://bugs.gentoo.org/732574
    Copyright: Sony Interactive Entertainment Inc.
    Package-Manager: Portage-3.0.0, Repoman-2.3.23
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>

 sys-cluster/ceph/{ceph-14.2.10-r1.ebuild => ceph-14.2.10-r2.ebuild} | 2 +-
 sys-cluster/ceph/{ceph-15.2.4-r1.ebuild => ceph-15.2.4-r2.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)