diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-11-19 19:30:46 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-11-19 19:30:46 +0000 |
commit | 6c0c43d9d78f9f73155d61ce2ee5cd327cee88a2 (patch) | |
tree | 0bca582138320bb9ab9a19c7c9bbf7491da883b4 /rox-base/oroborox | |
parent | Added ~ppc64 keyword; bug #102649 (diff) | |
download | gentoo-2-6c0c43d9d78f9f73155d61ce2ee5cd327cee88a2.tar.gz gentoo-2-6c0c43d9d78f9f73155d61ce2ee5cd327cee88a2.tar.bz2 gentoo-2-6c0c43d9d78f9f73155d61ce2ee5cd327cee88a2.zip |
fix invalid atoms
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'rox-base/oroborox')
-rw-r--r-- | rox-base/oroborox/oroborox-0.9.7.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rox-base/oroborox/oroborox-0.9.7.9.ebuild b/rox-base/oroborox/oroborox-0.9.7.9.ebuild index 5cf1a9dd789e..47dc1e7bdb7c 100644 --- a/rox-base/oroborox/oroborox-0.9.7.9.ebuild +++ b/rox-base/oroborox/oroborox-0.9.7.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/oroborox-0.9.7.9.ebuild,v 1.1 2005/11/19 18:07:18 svyatogor Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/oroborox-0.9.7.9.ebuild,v 1.2 2005/11/19 19:30:46 swegener Exp $ MY_PN="OroboROX" @@ -16,7 +16,7 @@ IUSE="" DEPEND="virtual/x11 virtual/xft - >=freetype-2.0" + >=media-libs/freetype-2.0" S=${WORKDIR} ROX_LIB_VER=1.9.14 |