diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-02-21 12:26:19 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-02-21 12:26:19 +0000 |
commit | e73531d6f7938c7eb49af2c28fee887959a17f46 (patch) | |
tree | 1670b4ff5eb7d058a6de282735fcd9df862dedda /app-text/djvu | |
parent | Removed eutils and flag-o-matic from inherit list since epatch and (diff) | |
download | gentoo-2-e73531d6f7938c7eb49af2c28fee887959a17f46.tar.gz gentoo-2-e73531d6f7938c7eb49af2c28fee887959a17f46.tar.bz2 gentoo-2-e73531d6f7938c7eb49af2c28fee887959a17f46.zip |
Marked stable on x86, see bug #41659 and #38430
Diffstat (limited to 'app-text/djvu')
-rw-r--r-- | app-text/djvu/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/djvu/djvu-3.5.12.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-text/djvu/ChangeLog b/app-text/djvu/ChangeLog index 165a902e26e3..38e0e0de7dd0 100644 --- a/app-text/djvu/ChangeLog +++ b/app-text/djvu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/djvu -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.9 2003/09/15 14:18:55 obz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.10 2004/02/21 12:26:19 usata Exp $ + + 21 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> djvu-3.5.12.ebuild: + Marked stable on x86, see bug #41659 and #38430 15 Sep 2003; Mike Gardiner <obz@gentoo.org> djvu-3.5.12.ebuild: Added qt use options, see bug #28621 diff --git a/app-text/djvu/djvu-3.5.12.ebuild b/app-text/djvu/djvu-3.5.12.ebuild index 4253a942ac8d..5abca342f0ed 100644 --- a/app-text/djvu/djvu-3.5.12.ebuild +++ b/app-text/djvu/djvu-3.5.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.12.ebuild,v 1.2 2003/09/15 14:18:55 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.12.ebuild,v 1.3 2004/02/21 12:26:19 usata Exp $ inherit nsplugins @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/djvu/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc " +KEYWORDS="x86 ~sparc" IUSE="xml qt" DEPEND=">=media-libs/jpeg-6b-r2 @@ -45,4 +45,3 @@ src_install() { inst_plugin /usr/lib/netscape/plugins/nsdejavu.so } - |