diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-08 18:45:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-08 18:45:31 +0000 |
commit | d78f0401d9cf55c112630e5f16088458d6504e75 (patch) | |
tree | fb01a57e91cdba0a6e76c1afc60f08114d938fa5 /dev-libs/ppl/ppl-0.11.2-r1.ebuild | |
parent | Cleanup (diff) | |
download | gentoo-2-d78f0401d9cf55c112630e5f16088458d6504e75.tar.gz gentoo-2-d78f0401d9cf55c112630e5f16088458d6504e75.tar.bz2 gentoo-2-d78f0401d9cf55c112630e5f16088458d6504e75.zip |
Drop epause usage #450922 by Jean-Francis Roy.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'dev-libs/ppl/ppl-0.11.2-r1.ebuild')
-rw-r--r-- | dev-libs/ppl/ppl-0.11.2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/ppl/ppl-0.11.2-r1.ebuild b/dev-libs/ppl/ppl-0.11.2-r1.ebuild index 5c104a93099c..113f863bd6ef 100644 --- a/dev-libs/ppl/ppl-0.11.2-r1.ebuild +++ b/dev-libs/ppl/ppl-0.11.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.11.2-r1.ebuild,v 1.8 2012/02/18 19:51:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.11.2-r1.ebuild,v 1.9 2013/01/08 18:45:31 vapier Exp $ EAPI="3" @@ -25,7 +25,6 @@ pkg_setup() { if use test; then ewarn "The PPL testsuite will be run." ewarn "Note that this can take several hours to complete on a fast machine." - epause 3 fi } |