diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-08-22 19:52:21 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-08-22 19:52:21 +0000 |
commit | caca8b252ee36b525266abe602fcfc995f2f339f (patch) | |
tree | 988f33e8ee9ff1230625c0f1b99c3fdb4709cdb3 /eclass/gnustep.eclass | |
parent | Stable on x86, security bug #189682. (diff) | |
download | gentoo-2-caca8b252ee36b525266abe602fcfc995f2f339f.tar.gz gentoo-2-caca8b252ee36b525266abe602fcfc995f2f339f.tar.bz2 gentoo-2-caca8b252ee36b525266abe602fcfc995f2f339f.zip |
Force all old gnustep-eclass users (packages) to also use gnustep-base
components that belong to the old eclass.
Diffstat (limited to 'eclass/gnustep.eclass')
-rw-r--r-- | eclass/gnustep.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index a704b73e76e1..7c32fa38435f 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.36 2007/07/02 14:24:27 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.37 2007/08/22 19:52:21 grobian Exp $ inherit gnustep-funcs eutils flag-o-matic @@ -58,10 +58,10 @@ GNUSTEP_CORE_DEPEND="virtual/libc # 20050414 - Removing use of the next two entries from all dependent ebuilds; # they were doing bad things to dependencies GNUSTEP_BASE_DEPEND="${GNUSTEP_CORE_DEPEND} - gnustep-base/gnustep-make - gnustep-base/gnustep-base" + <gnustep-base/gnustep-make-2* + <gnustep-base/gnustep-base-1.14*" GNUSTEP_GUI_DEPEND="${GNUSTEP_BASE_DEPEND} - gnustep-base/gnustep-gui" + <gnustep-base/gnustep-gui-0.12*" ########################################## GS_DEPEND="gnustep-base/gnustep-env" DEBUG_DEPEND="debug? ( >=sys-devel/gdb-6.0 )" |