diff options
-rw-r--r-- | x11-libs/xclass/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/xclass/xclass-0.7.4.ebuild | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/x11-libs/xclass/Manifest b/x11-libs/xclass/Manifest index a1d8e408ae64..47ace9767de6 100644 --- a/x11-libs/xclass/Manifest +++ b/x11-libs/xclass/Manifest @@ -1,3 +1,3 @@ MD5 9d4235d1ba9655dd10ea3518ac9d96c6 files/digest-xclass-0.7.4 64 -MD5 0e451ad39d4f917d7694d38bb74ccde4 xclass-0.7.4.ebuild 1199 +MD5 a5423c2adf5cbd141bed68a73bdade8b xclass-0.7.4.ebuild 1169 MD5 ca32ae4122c88a60559a0bfd2f0b8a88 ChangeLog 521 diff --git a/x11-libs/xclass/xclass-0.7.4.ebuild b/x11-libs/xclass/xclass-0.7.4.ebuild index 8d455ad8f9d2..3d2116a66c7a 100644 --- a/x11-libs/xclass/xclass-0.7.4.ebuild +++ b/x11-libs/xclass/xclass-0.7.4.ebuild @@ -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/x11-libs/xclass/xclass-0.7.4.ebuild,v 1.6 2003/06/27 11:56:43 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.7.4.ebuild,v 1.7 2003/06/27 20:55:30 vapier Exp $ DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" @@ -8,12 +8,10 @@ SRC_URI="ftp://mitac11.uia.ac.be/pub/xclass/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" -IUSE="" +KEYWORDS="x86 ppc ~sparc ~alpha" DEPEND="virtual/x11 virtual/glibc" -S="${WORKDIR}/${P}" src_compile() { econf --enable-shared=yes --with-x |