diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 02:06:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 02:06:07 +0000 |
commit | 4b65d3ce00861c789de4c5d61a47480fe41e4a7f (patch) | |
tree | e9993b7ee0b7cd50331513e763b7bd2781a58319 /app-doc | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | historical-4b65d3ce00861c789de4c5d61a47480fe41e4a7f.tar.gz historical-4b65d3ce00861c789de4c5d61a47480fe41e4a7f.tar.bz2 historical-4b65d3ce00861c789de4c5d61a47480fe41e4a7f.zip |
sync IUSE (+mysql)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/quanta-docs/ChangeLog | 5 | ||||
-rw-r--r-- | app-doc/quanta-docs/quanta-docs-20030405.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-doc/quanta-docs/ChangeLog b/app-doc/quanta-docs/ChangeLog index 534d106b4441..0ae9cca0b83d 100644 --- a/app-doc/quanta-docs/ChangeLog +++ b/app-doc/quanta-docs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-doc/quanta-docs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/ChangeLog,v 1.7 2004/06/24 21:49:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/ChangeLog,v 1.8 2004/06/30 02:06:07 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> quanta-docs-20030405.ebuild: + sync IUSE (+mysql) 16 May 2004; Dominik Stadler <centic@gentoo.org> quanta-docs-1.0.ebuild, quanta-docs-20030405.ebuild: diff --git a/app-doc/quanta-docs/quanta-docs-20030405.ebuild b/app-doc/quanta-docs/quanta-docs-20030405.ebuild index 890fc9227093..cd6e7267c693 100644 --- a/app-doc/quanta-docs/quanta-docs-20030405.ebuild +++ b/app-doc/quanta-docs/quanta-docs-20030405.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/app-doc/quanta-docs/quanta-docs-20030405.ebuild,v 1.4 2004/06/24 21:49:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/quanta-docs/quanta-docs-20030405.ebuild,v 1.5 2004/06/30 02:06:07 agriffis Exp $ S=${WORKDIR} DESCRIPTION="Lots of docs for quanta" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/quanta/css.tar.bz2 HOMEPAGE="http://quanta.sourceforge.net" SLOT="0" -IUSE="" +IUSE="mysql" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc amd64" |