diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-11 05:46:09 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-11 05:46:09 +0000 |
commit | 44edb786c8e202e9d32e9928ade77903793fe097 (patch) | |
tree | 01fa7ffadc777660dfb4b92945e3e73ca5673660 /eclass/matrox.eclass | |
parent | version bump (bug #43921) (diff) | |
download | historical-44edb786c8e202e9d32e9928ade77903793fe097.tar.gz historical-44edb786c8e202e9d32e9928ade77903793fe097.tar.bz2 historical-44edb786c8e202e9d32e9928ade77903793fe097.zip |
Apply patch from bug #25013 to replace calls to newdepend and newrdepend
with variable setting (DEPEND=, RDEPEND=).
Diffstat (limited to 'eclass/matrox.eclass')
-rw-r--r-- | eclass/matrox.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass index 0cc011859cb8..5e1e9daceebf 100644 --- a/eclass/matrox.eclass +++ b/eclass/matrox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.1 2003/12/29 17:17:26 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.2 2004/04/11 05:46:09 mr_bones_ Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -18,7 +18,7 @@ LICENSE="Matrox" SLOT="${KV}" RESTRICT="fetch nostrip" -newrdepend ">=x11-base/xfree-4.2.0 +RDEPEND=">=x11-base/xfree-4.2.0 virtual/linux-sources" matrox_pkg_setup() { |