aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/profile.eselect2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d6fd790..a8e7472 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"