Hi!
I turned /usr/portage/ from rsync to Git like this:
# cat /etc/portage/repos.conf
[gentoo]
sync-type = git
sync-uri = https://github.com/gentoo/gentoo.git
auto-sync = yes
# emaint sync --auto
[..]
Now I would expect eix-update to re-build a healthy index but it reports to not find any e-builds (which there are plenty) as I read the output:
# eix-update
Reading Portage settings...
Building database (/var/cache/eix/portage.eix)...
[0] "gentoo" /usr/portage/ (cache: metadata-md5-or-flat)
Reading category 163|163 (100) EMPTY!
Applying masks...
Calculating hash tables...
Writing database file /var/cache/eix/portage.eix...
Database contains 0 packages in 163 categories.
Is my setup not supported? Could it be? Are there workarounds that I could try?
Many thanks in advance,
Sebastian
Hi!
I turned
/usr/portage/from rsync to Git like this:Now I would expect eix-update to re-build a healthy index but it reports to not find any e-builds (which there are plenty) as I read the output:
Is my setup not supported? Could it be? Are there workarounds that I could try?
Many thanks in advance,
Sebastian