summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-18 20:17:44 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-18 20:17:44 +0000
commit872398b083a31fb99cd10658584b3b1f388d4460 (patch)
tree47fe33b6acf4ba86b89b64cc558653cce04ebb50 /eclass
parentfixed digest (diff)
downloadgentoo-2-872398b083a31fb99cd10658584b3b1f388d4460.tar.gz
gentoo-2-872398b083a31fb99cd10658584b3b1f388d4460.tar.bz2
gentoo-2-872398b083a31fb99cd10658584b3b1f388d4460.zip
really repoman it
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ion.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ion.eclass b/eclass/ion.eclass
index db72efd9c9d5..0641dca745a2 100644
--- a/eclass/ion.eclass
+++ b/eclass/ion.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/ion.eclass,v 1.2 2003/07/18 18:22:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ion.eclass,v 1.3 2003/07/18 20:17:44 vapier Exp $
ECLASS=ion
INHERITED="${INHERITED} ${ECLASS}"
@@ -8,7 +8,7 @@ INHERITED="${INHERITED} ${ECLASS}"
IUSE="${IUSE} truetype"
SRC_URI="${SRC_URI} http://modeemi.cs.tut.fi/~tuomov/dl/ion-devel-${ION_VERSION}.tar.gz"
DEPEND="${DEPEND}
- >=virtual/glibc
+ virtual/glibc
virtual/x11
truetype? ( virtual/xft )"