From: Charlie Shepherd Date: Fri, 19 Jan 2007 15:16:50 +0000 (+0000) Subject: QA: remove invalid RESTRICT="mirror"; fix grammer X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=befc39b05ca4d4289741ec2f3dd12adbcb44c0e3;p=gentoo.git QA: remove invalid RESTRICT="mirror"; fix grammer Package-Manager: portage-2.1.2_rc4-r3 --- diff --git a/dev-util/qsoapman/ChangeLog b/dev-util/qsoapman/ChangeLog index fa2118502f44..d74fa9ba2134 100644 --- a/dev-util/qsoapman/ChangeLog +++ b/dev-util/qsoapman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/qsoapman -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.7 2005/07/25 15:43:52 caleb Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/ChangeLog,v 1.8 2007/01/19 15:16:50 masterdriverz Exp $ + + 19 Jan 2007; Charlie Shepherd + qsoapman-0.3.ebuild: + QA: remove invalid RESTRICT="mirror"; fix grammer 25 Jul 2005; Caleb Tennis qsoapman-0.3.ebuild: Fix qt dep per bug #100235 diff --git a/dev-util/qsoapman/qsoapman-0.3.ebuild b/dev-util/qsoapman/qsoapman-0.3.ebuild index 9a7682872117..44f96d7d8719 100644 --- a/dev-util/qsoapman/qsoapman-0.3.ebuild +++ b/dev-util/qsoapman/qsoapman-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild,v 1.7 2005/07/25 15:43:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qsoapman/qsoapman-0.3.ebuild,v 1.8 2007/01/19 15:16:50 masterdriverz Exp $ inherit qt3 @@ -13,7 +13,6 @@ HOMEPAGE="http://qsoapman.sourceforge.net/" SLOT="0" KEYWORDS="x86 ppc" LICENSE="GPL-2" -RESTRICT="nomirror" DEPEND="$(qt_min_version 3.1)"