summaryrefslogtreecommitdiff
path: root/eclass
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
commit15505afc2a52b6c6e957c2afb3513edb0243dfb6 (patch)
tree80b87fb1bf87cb02ae6f287da768d7798212674d /eclass
parentVersion bump to fix memory maps display on kernel 2.6.24 and newer (diff)
downloadgentoo-2-15505afc2a52b6c6e957c2afb3513edb0243dfb6.tar.gz
gentoo-2-15505afc2a52b6c6e957c2afb3513edb0243dfb6.tar.bz2
gentoo-2-15505afc2a52b6c6e957c2afb3513edb0243dfb6.zip
Download things in the 'util' module from the right place.
Diffstat (limited to '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"