diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | modules/profile.eselect | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ ChangeLog for eselect +2006-09-22 Danny van Dyk <kugelfang@gentoo.org> + + * modules/profiles.eselect: Fixed bug #148534 by inheriting + package-manager. Thanks to Mike Kelly (pioto@gentoo.org). + 2006-09-20 Danny van Dyk <kugelfang@gentoo.org> * libs/config.bash.in: Fixed whitespaces and bug #147930. diff --git a/modules/profile.eselect b/modules/profile.eselect index a1dcb11..83ab08e 100644 --- a/modules/profile.eselect +++ b/modules/profile.eselect @@ -3,7 +3,7 @@ # $Id$ # This is a portage-only module. -inherit portage +inherit package-manager DESCRIPTION="Manage the /etc/make.profile symlink" MAINTAINER="ka0ttic@gentoo.org" |