diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 14:32:19 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-06-19 14:32:19 +0000 |
commit | ac0c8eca19f456786d71dce79af517bdf3513e32 (patch) | |
tree | 3f317337e504f867a8513279bb4dfc61df024335 /x11-libs/xclass | |
parent | Stable on x86. (diff) | |
download | historical-ac0c8eca19f456786d71dce79af517bdf3513e32.tar.gz historical-ac0c8eca19f456786d71dce79af517bdf3513e32.tar.bz2 historical-ac0c8eca19f456786d71dce79af517bdf3513e32.zip |
Added static to IUSE.
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog index 28e10ae74fe6..7282b5798c3a 100644 --- a/x11-libs/xclass/ChangeLog +++ b/x11-libs/xclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xclass # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.9 2004/05/14 00:21:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.10 2004/06/19 14:32:19 pyrania Exp $ + + 19 Jun 2004; <pyrania@gentoo.org> xclass-0.8.2-r1.ebuild: + Added static to IUSE. *xclass-0.8.2-r1 (13 May 2004) 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" |