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 | 1996a0a54bcca83f49539eb18d2bf97a2fde023a (patch) | |
tree | e9a26dffe8071449c10e6a153166bbab694f724d /x11-libs/xclass | |
parent | we cant have this ... NLS needs to be integrated into baselayout (diff) | |
download | gentoo-2-1996a0a54bcca83f49539eb18d2bf97a2fde023a.tar.gz gentoo-2-1996a0a54bcca83f49539eb18d2bf97a2fde023a.tar.bz2 gentoo-2-1996a0a54bcca83f49539eb18d2bf97a2fde023a.zip |
glibc -> libc, add sed-4 dep
Diffstat (limited to 'x11-libs/xclass')
-rw-r--r-- | x11-libs/xclass/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xclass/xclass-0.8.2-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog index d79ba97490a1..8938a722f228 100644 --- a/x11-libs/xclass/ChangeLog +++ b/x11-libs/xclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xclass # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.11 2004/06/24 22:09:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.12 2004/06/28 19:45:27 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> xclass-0.8.2-r1.ebuild: + glibc -> libc, add sed-4 dep 19 Jun 2004; <pyrania@gentoo.org> xclass-0.8.2-r1.ebuild: Added static to IUSE. 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} |