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
commitc70d597222eabd679e884f162fdcc8e06d1872b8 (patch)
tree5c94267c77dd211f74b004020614da685a94dd9c /eclass
parent (Manifest recommit) (diff)
downloadgentoo-2-c70d597222eabd679e884f162fdcc8e06d1872b8.tar.gz
gentoo-2-c70d597222eabd679e884f162fdcc8e06d1872b8.tar.bz2
gentoo-2-c70d597222eabd679e884f162fdcc8e06d1872b8.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" ;;
* )