commit: b1c99556303893ae969b5e6864d3ad525e7e5c43 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Thu Oct 12 18:25:05 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Oct 12 18:25:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c99556
sys-fs/btrfs-progs: update live ebuild to use comma separator https://github.com/kdave/btrfs-progs/commit/ab74bdc1cbc874078f80796537542075741586f3 fixes comma (',') as a list separator. Package-Manager: Portage-2.3.10, Repoman-2.3.3 sys-fs/btrfs-progs/btrfs-progs-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild b/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild index 0dc40a977f4..49ff5c4dffd 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} != 9999 ]]; then else WANT_LIBTOOL=none inherit autotools git-r3 - EGIT_REPO_URI="git://repo.or.cz/btrfs-progs-unstable/devel.git" + EGIT_REPO_URI="https://github.com/kdave/btrfs-progs.git" EGIT_BRANCH="devel" fi @@ -81,9 +81,7 @@ src_configure() { --bindir="${EPREFIX}"/sbin $(use_enable convert) $(use_enable elibc_glibc backtrace) - # No whitespace due to 'ext2,reiserfs' being invalid - # for configure. TODO: Why it's not valid? - --with-convert=ext2$(usex reiserfs 'reiserfs' '') + --with-convert=ext2$(usex reiserfs ',reiserfs' '') ) econf "${myeconfargs[@]}" }
