diff options
author | Christian Heim <phreak@gentoo.org> | 2007-08-24 23:34:19 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-08-24 23:34:19 +0000 |
commit | a0724ff150314acd2f123b0e077c2acb2cc7b1d4 (patch) | |
tree | 2576413ff38b258c64f8fc8245d815650410bc44 /dev-util/quilt | |
parent | amd64 stable, bug #188871. (diff) | |
download | gentoo-2-a0724ff150314acd2f123b0e077c2acb2cc7b1d4.tar.gz gentoo-2-a0724ff150314acd2f123b0e077c2acb2cc7b1d4.tar.bz2 gentoo-2-a0724ff150314acd2f123b0e077c2acb2cc7b1d4.zip |
Fix the last blocking test.
(Portage version: 2.1.3.6)
Diffstat (limited to 'dev-util/quilt')
-rw-r--r-- | dev-util/quilt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/quilt/quilt-0.46.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/quilt/ChangeLog b/dev-util/quilt/ChangeLog index bc7cbd0cc3f4..544cc5b11a83 100644 --- a/dev-util/quilt/ChangeLog +++ b/dev-util/quilt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/quilt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.26 2007/08/11 12:51:12 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.27 2007/08/24 23:34:19 phreak Exp $ + + 24 Aug 2007; Christian Heim <phreak@gentoo.org> quilt-0.46.ebuild: + Fix the last blocking test. 11 Aug 2007; Christian Heim <phreak@gentoo.org> -quilt-0.32-r1.ebuild, -quilt-0.39.ebuild, -quilt-0.40.ebuild, -quilt-0.42.ebuild, diff --git a/dev-util/quilt/quilt-0.46.ebuild b/dev-util/quilt/quilt-0.46.ebuild index a4585d597163..e0b6555198ce 100644 --- a/dev-util/quilt/quilt-0.46.ebuild +++ b/dev-util/quilt/quilt-0.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v 1.5 2007/08/11 12:51:12 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v 1.6 2007/08/24 23:34:19 phreak Exp $ inherit bash-completion eutils @@ -36,7 +36,7 @@ src_unpack() { # Some tests are somewhat broken while being run from within portage, work # fine if you run them manually - rm "${S}"/test/delete.test + rm "${S}"/test/delete.test "${S}"/test/mail.test } src_install() { |