diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-14 21:29:16 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-14 21:29:16 +0000 |
commit | b54134924488fb3e3acbe0d5068608de165dfedf (patch) | |
tree | 9c8f0e19cff3b6220a7c2db46aa151af414c2845 /eclass/x-modular.eclass | |
parent | Stable on alpha wrt Bug #133299. (diff) | |
download | gentoo-2-b54134924488fb3e3acbe0d5068608de165dfedf.tar.gz gentoo-2-b54134924488fb3e3acbe0d5068608de165dfedf.tar.bz2 gentoo-2-b54134924488fb3e3acbe0d5068608de165dfedf.zip |
Make sure twm gets a SRC_URI by adding x11-wm to categories to have individual SRC_URI's for.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 0d4818e33ef9..031767a82aa8 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.56 2006/05/14 19:17:09 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.57 2006/05/14 21:29:16 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -43,7 +43,7 @@ HOMEPAGE="http://xorg.freedesktop.org/" # Set up SRC_URI for individual modular releases BASE_INDIVIDUAL_URI="http://xorg.freedesktop.org/releases/individual" -if [[ ${CATEGORY} = x11-apps ]]; then +if [[ ${CATEGORY} = x11-apps ]] || [[ ${CATEGORY} = x11-wm ]]; then SRC_URI="${SRC_URI} ${BASE_INDIVIDUAL_URI}/app/${P}.tar.bz2" elif [[ ${CATEGORY} = app-doc ]]; then |