From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE6D1138330 for ; Tue, 29 May 2018 13:18:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E6A6E07FE; Tue, 29 May 2018 13:18:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CBC5E07F9 for ; Tue, 29 May 2018 13:18:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32A0E335C79 for ; Tue, 29 May 2018 13:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 062792BC for ; Tue, 29 May 2018 13:18:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527599877.d8c301fb242f816358db4e5e67ac8f5307b19a6d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dssi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/dssi/dssi-1.1.1-r1.ebuild X-VCS-Directories: media-libs/dssi/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d8c301fb242f816358db4e5e67ac8f5307b19a6d X-VCS-Branch: master Date: Tue, 29 May 2018 13:18:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3d7efc53-73ca-45cb-9a89-19b07db0f7fa X-Archives-Hash: 9a367ac0dae457127649e7ae99518584 commit: d8c301fb242f816358db4e5e67ac8f5307b19a6d Author: Aaron Bauman gentoo org> AuthorDate: Tue May 29 12:35:33 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 29 13:17:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c301fb media-libs/dssi: eapply_user -> default Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/dssi/dssi-1.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/dssi/dssi-1.1.1-r1.ebuild b/media-libs/dssi/dssi-1.1.1-r1.ebuild index ee5f8943082..686a3cb1227 100644 --- a/media-libs/dssi/dssi-1.1.1-r1.ebuild +++ b/media-libs/dssi/dssi-1.1.1-r1.ebuild @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { - eapply_user + default sed -i \ -e 's:libdir=.*:libdir=@libdir@:' \ dssi.pc.in || die