diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:45:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:45:27 +0000 |
commit | 428209337a4f87dfaeabaf39451f24a307b70cdd (patch) | |
tree | c2256a332351c18004a1b4bf214978cd50089140 /x11-libs/xclass/xclass-0.8.2-r1.ebuild | |
parent | we cant have this ... NLS needs to be integrated into baselayout (diff) | |
download | historical-428209337a4f87dfaeabaf39451f24a307b70cdd.tar.gz historical-428209337a4f87dfaeabaf39451f24a307b70cdd.tar.bz2 historical-428209337a4f87dfaeabaf39451f24a307b70cdd.zip |
glibc -> libc, add sed-4 dep
Diffstat (limited to 'x11-libs/xclass/xclass-0.8.2-r1.ebuild')
-rw-r--r-- | x11-libs/xclass/xclass-0.8.2-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/xclass/xclass-0.8.2-r1.ebuild b/x11-libs/xclass/xclass-0.8.2-r1.ebuild index 12baebd3cfa3..6c1a79dfc7c3 100644 --- a/x11-libs/xclass/xclass-0.8.2-r1.ebuild +++ b/x11-libs/xclass/xclass-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r1.ebuild,v 1.3 2004/06/24 22:09:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r1.ebuild,v 1.4 2004/06/28 19:45:27 agriffis Exp $ DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" @@ -12,7 +12,8 @@ KEYWORDS="x86 ppc sparc alpha" IUSE="static" DEPEND="virtual/x11 - virtual/glibc" + virtual/libc + >=sys-apps/sed-4" src_unpack() { unpack ${A} |