vaeth / eix

eix can access Gentoo portage ebuild information and description very quickly (using a local cache). It can also be used to access information on installed packages, local settings, and local and external overlays, and informs about changes in the tree
GNU General Public License v2.0
164 stars 13 forks source link

eix & emacs masked package... #75

Open CaptainBloodz opened 4 years ago

CaptainBloodz commented 4 years ago

After emacs update here's: eix emacs -I ?] app-editors/emacs Available versions:
(18) 18.59-r12 (23) 23.4-r18 (24) 24.5-r7 (25) 25.3-r6 (26) 26.3-r1 (27) (~)27.1^t (27-vcs) *27.1.9999-r1l^t (28-vcs) *28.0.9999l^t Installed versions: 26.3-r1(26)(18:23:34 08/05/2020)(X gif gpm gzip-el imagemagick inotify jpeg libxml2 png sound ssl svg threads tiff toolkit-scroll-bars xft xpm -Xaw3d -acl -alsa -aqua -athena -cairo -dbus -dynamic-loading -games -gconf -gfile -gsettings -gtk -gtk2 -kerberos -lcms -livecd -m17n-lib -mailutils -motif -selinux -source -systemd -wide-int -xwidgets -zlib) 27.1.9999(27-vcs)^t(22:51:03 11/08/2020)(X cairo gif gmp gpm gzip-el harfbuzz inotify jpeg libxml2 png sound ssl svg threads tiff toolkit-scroll-bars xft xpm -Xaw3d -acl -alsa -aqua -athena -dbus -dynamic-loading -games -gconf -gfile -gsettings -gtk -gtk2 -imagemagick -json -kerberos -lcms -livecd -m17n-lib -mailutils -motif -selinux -source -systemd -wide-int -xwidgets -zlib)

So the installed package doesn't seem recognized.

Thks 4 ur attention, interest & support.

vaeth commented 4 years ago

For a version to be recognized as installed, not only the version itself must match but also the repository. In particular, /var/db/pkg/app-editors/emacs-26.3-r1/repository must exist and should probably have the content "gentoo". (Assuming your main repository is gentoo). If you changed repositories, it might be necessasry to call eix-update again.