aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2006-09-22 20:27:26 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2006-09-22 20:27:26 +0000
commit2a5ef644e53eacf0034ae16ccc1911906990cdc5 (patch)
treef37710e4b64e373700bf9466b023161a09cdfe9b /modules/profile.eselect
parentAdd support for creating /usr/bin/ex and /usr/bin/view symlinks, as well as s... (diff)
downloadeselect-2a5ef644e53eacf0034ae16ccc1911906990cdc5.tar.gz
eselect-2a5ef644e53eacf0034ae16ccc1911906990cdc5.tar.bz2
eselect-2a5ef644e53eacf0034ae16ccc1911906990cdc5.zip
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). diffstat: ChangeLog | 5 +++++ modules/profile.eselect | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) svn path=/trunk/; revision=307
Diffstat (limited to 'modules/profile.eselect')
-rw-r--r--modules/profile.eselect2
1 files changed, 1 insertions, 1 deletions
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"