From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RV40T-0004Rc-QD for garchives@archives.gentoo.org; Mon, 28 Nov 2011 16:24:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDDC821C045; Mon, 28 Nov 2011 16:24:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF5B121C045 for ; Mon, 28 Nov 2011 16:24:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31AB71B4008 for ; Mon, 28 Nov 2011 16:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4CB3F80044 for ; Mon, 28 Nov 2011 16:24:28 +0000 (UTC) From: "Jeremy Olexa" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeremy Olexa" Message-ID: Subject: [gentoo-commits] dev/darkside:master commit in: dev-util/catalyst/ X-VCS-Repository: dev/darkside X-VCS-Files: dev-util/catalyst/catalyst-2.0.7.1.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: darkside X-VCS-Committer-Name: Jeremy Olexa X-VCS-Revision: afe7264d51a3582a54d0f90d4aa49903504287f0 Date: Mon, 28 Nov 2011 16:24:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ca587cab-fea8-40f8-a010-3c781f9ab6af X-Archives-Hash: 9f5e858926f6a2cd719a1485748f2bf1 commit: afe7264d51a3582a54d0f90d4aa49903504287f0 Author: Jeremy Olexa gentoo org> AuthorDate: Mon Nov 28 16:24:11 2011 +0000 Commit: Jeremy Olexa gentoo org> CommitDate: Mon Nov 28 16:24:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/darkside.git;a= =3Dcommit;h=3Dafe7264d [dev-util/catalyst] Do not use dosed with EAPI=3D4 --- dev-util/catalyst/catalyst-2.0.7.1.ebuild | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/catalyst/catalyst-2.0.7.1.ebuild b/dev-util/catalys= t/catalyst-2.0.7.1.ebuild index 6f6c0d7..47fba61 100644 --- a/dev-util/catalyst/catalyst-2.0.7.1.ebuild +++ b/dev-util/catalyst/catalyst-2.0.7.1.ebuild @@ -50,8 +50,8 @@ src_install() { doman files/catalyst.1 # Here is where we actually enable ccache use ccache && \ - dosed 's:options=3D"autoresume kern:options=3D"autoresume ccache kern:= ' \ - /etc/catalyst/catalyst.conf - dosed "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \ - /etc/catalyst/catalyst.conf + sed -i -e 's:options=3D"autoresume kern:options=3D"autoresume ccache k= ern:' \ + /etc/catalyst/catalyst.conf || die + sed -i -e "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \ + /etc/catalyst/catalyst.conf || die }