diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-15 03:23:32 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-15 03:23:32 +0000 |
commit | 27381fa1e42ea1c7eb16360bcb98bb42c6e9f687 (patch) | |
tree | cc3c7346f98916214eaff1e500c4b85498d4d52a /eclass/x-modular.eclass | |
parent | Remove old. (diff) | |
download | gentoo-2-27381fa1e42ea1c7eb16360bcb98bb42c6e9f687.tar.gz gentoo-2-27381fa1e42ea1c7eb16360bcb98bb42c6e9f687.tar.bz2 gentoo-2-27381fa1e42ea1c7eb16360bcb98bb42c6e9f687.zip |
Only use individual/ locations for releases. The X11R# should just be branded copies of them.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 031767a82aa8..84f052b803c2 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.57 2006/05/14 21:29:16 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.58 2006/05/15 03:23:32 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -71,10 +71,6 @@ elif [[ ${CATEGORY} = x11-base ]]; then ${BASE_INDIVIDUAL_URI}/xserver/${P}.tar.bz2" fi -# SRC_URI for full releases -SRC_URI="${SRC_URI} - http://xorg.freedesktop.org/releases/X11R7.0/src/everything/${P}.tar.bz2" - SLOT="0" # Set the license for the package. This can be overridden by setting |