From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 76CCC13825A for ; Sun, 15 May 2016 11:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 903591432A; Sun, 15 May 2016 11:08:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 343D91432A for ; Sun, 15 May 2016 11:08:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22B1A340C23 for ; Sun, 15 May 2016 11:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AD37336 for ; Sun, 15 May 2016 11:08:26 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1463310501.4f2317ab4788f8161bcc5f8a8b22e91f659812ac.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: media-libs/libspotify/ X-VCS-Repository: dev/dev-zero X-VCS-Files: media-libs/libspotify/libspotify-12.1.51.ebuild X-VCS-Directories: media-libs/libspotify/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 4f2317ab4788f8161bcc5f8a8b22e91f659812ac X-VCS-Branch: master Date: Sun, 15 May 2016 11:08:26 +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: 604af7b4-b336-4f0c-9ab2-2c48624c0e92 X-Archives-Hash: 2487e8b97df42f25292399b00fa75f29 commit: 4f2317ab4788f8161bcc5f8a8b22e91f659812ac Author: Tiziano Müller gentoo org> AuthorDate: Sun May 15 11:08:21 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Sun May 15 11:08:21 2016 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=4f2317ab media-libs/libspotify: do not strip binaries media-libs/libspotify/libspotify-12.1.51.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/libspotify/libspotify-12.1.51.ebuild b/media-libs/libspotify/libspotify-12.1.51.ebuild index b395192..f7c3d1c 100644 --- a/media-libs/libspotify/libspotify-12.1.51.ebuild +++ b/media-libs/libspotify/libspotify-12.1.51.ebuild @@ -21,6 +21,8 @@ RDEPEND="${DEPEND}" S="${WORKDIR}" +RESTRICT="strip" + src_unpack() { declare -A abi_map abi_map["amd64"]="x86_64"