diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-09-01 21:42:32 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-09-01 21:42:32 +0000 |
commit | dfbc0511d682228526df925e72429c5d4a63662e (patch) | |
tree | 412f145b5bb69891df0d607f4102e01db5006727 /app-text | |
parent | Added ~sparc keyword wrt bug #145605. (diff) | |
download | gentoo-2-dfbc0511d682228526df925e72429c5d4a63662e.tar.gz gentoo-2-dfbc0511d682228526df925e72429c5d4a63662e.tar.bz2 gentoo-2-dfbc0511d682228526df925e72429c5d4a63662e.zip |
Remove RESTRICT=test - the "stdarg" patch fixes this and is in from -r3 onwards
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/a2ps/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/a2ps/a2ps-4.13c-r5.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-text/a2ps/ChangeLog b/app-text/a2ps/ChangeLog index 83f3f8171fcc..d0ce1cb3a597 100644 --- a/app-text/a2ps/ChangeLog +++ b/app-text/a2ps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/a2ps # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.48 2006/06/27 09:50:06 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.49 2006/09/01 21:42:32 kevquinn Exp $ + + 01 Sep 2006; Kevin F. Quinn <kevquinn@gentoo.org> a2ps-4.13c-r5.ebuild: + Remove RESTRICT=test - the "stdarg" patch fixes this and is in from -r3 + onwards (bug #118655, and fwiw #145897) - see change below on 30 Aug 2005 27 Jun 2006; Stefan Schweizer <genstef@gentoo.org> +files/a2ps-4.13-fixcachecheck.patch, a2ps-4.13c-r5.ebuild: diff --git a/app-text/a2ps/a2ps-4.13c-r5.ebuild b/app-text/a2ps/a2ps-4.13c-r5.ebuild index 0c318a31476d..3100b0ec642e 100644 --- a/app-text/a2ps/a2ps-4.13c-r5.ebuild +++ b/app-text/a2ps/a2ps-4.13c-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.2 2006/06/27 09:50:06 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.3 2006/09/01 21:42:32 kevquinn Exp $ inherit gnuconfig eutils autotools @@ -14,8 +14,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" IUSE="nls tetex cjk vanilla" -# bug 118655, restrict until a proper fix is found -RESTRICT="test" DEPEND=">=sys-devel/automake-1.6 >=sys-devel/autoconf-2.57 |