summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-03-09 05:20:30 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-03-09 05:20:30 +0000
commitbdff6610b0de05aec3259c07e55e530c0fd4ecd2 (patch)
tree148112ae4b89c90683ac9c4f1e7f845596626336 /eclass/x-modular.eclass
parentVersion bump to fix memory maps display on kernel 2.6.24 and newer (diff)
downloadhistorical-bdff6610b0de05aec3259c07e55e530c0fd4ecd2.tar.gz
historical-bdff6610b0de05aec3259c07e55e530c0fd4ecd2.tar.bz2
historical-bdff6610b0de05aec3259c07e55e530c0fd4ecd2.zip
Download things in the 'util' module from the right place.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r--eclass/x-modular.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass
index 70daf5b024de..9db29dcc8ec5 100644
--- a/eclass/x-modular.eclass
+++ b/eclass/x-modular.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.93 2008/03/06 04:42:26 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.94 2008/03/09 05:20:30 dberkholz Exp $
#
# @ECLASS: x-modular.eclass
# @MAINTAINER:
@@ -65,7 +65,7 @@ elif [[ ${CATEGORY} = x11-misc ]] || [[ ${CATEGORY} = x11-themes ]]; then
if [[ ${PN} == xbitmaps || ${PN} == xcursor-themes || ${PN} == xkbdata ]]; then
MODULE="data"
else
- MODULE="data"
+ MODULE="util"
fi
elif [[ ${CATEGORY} = x11-drivers ]]; then
MODULE="driver"