summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-25 08:46:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-25 08:46:23 +0000
commitedca2e0553b0e01db47021bf38a972290c776740 (patch)
treefb57f53d7de46187066153fddb5da9608b600de4 /eclass
parent(no commit message) (diff)
downloadhistorical-edca2e0553b0e01db47021bf38a972290c776740.tar.gz
historical-edca2e0553b0e01db47021bf38a972290c776740.tar.bz2
historical-edca2e0553b0e01db47021bf38a972290c776740.zip
typo fix: =x11-libs/gtk+-1.2 -> =x11-libs/gtk+-1.2*
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gtk-engines.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gtk-engines.eclass b/eclass/gtk-engines.eclass
index 01f67adaa5d9..ea2109c08fbe 100644
--- a/eclass/gtk-engines.eclass
+++ b/eclass/gtk-engines.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/gtk-engines.eclass,v 1.25 2004/03/25 01:53:28 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines.eclass,v 1.26 2004/03/25 08:46:23 mr_bones_ Exp $
#
# The gtk-engines eclass is inherited by all gtk-engines-* ebuilds.
#
@@ -34,7 +34,7 @@ DEPEND="${DEPEND} virtual/x11"
case "${SLOT}" in
"1" )
- DEPEND="${DEPEND} =x11-libs/gtk+-1.2" ;;
+ DEPEND="${DEPEND} =x11-libs/gtk+-1.2*" ;;
"2" )
DEPEND="${DEPEND} >=x11-libs/gtk+-2" ;;
* )