diff options
author | 2004-06-19 14:32:19 +0000 | |
---|---|---|
committer | 2004-06-19 14:32:19 +0000 | |
commit | 521825dda341acdc6c4006c5e7586ca4d9a236a2 (patch) | |
tree | 3cd4bad743b3ee6ebed6f61a560fc1c3cd60418f /x11-libs/xclass/xclass-0.8.2-r1.ebuild | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-521825dda341acdc6c4006c5e7586ca4d9a236a2.tar.gz gentoo-2-521825dda341acdc6c4006c5e7586ca4d9a236a2.tar.bz2 gentoo-2-521825dda341acdc6c4006c5e7586ca4d9a236a2.zip |
Added static to IUSE.
Diffstat (limited to 'x11-libs/xclass/xclass-0.8.2-r1.ebuild')
-rw-r--r-- | x11-libs/xclass/xclass-0.8.2-r1.ebuild | 4 |
1 files changed, 2 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 725d58140f43..14fc5adc2034 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 Technologies, Inc. # 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.1 2004/05/14 00:21:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.8.2-r1.ebuild,v 1.2 2004/06/19 14:32:19 pyrania Exp $ DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" @@ -9,7 +9,7 @@ SRC_URI="ftp://mitac11.uia.ac.be/pub/xclass/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha" -IUSE="" +IUSE="static" DEPEND="virtual/x11 virtual/glibc" |