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 F0084138806 for ; Mon, 27 Nov 2017 17:59:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 295B5E0F55; Mon, 27 Nov 2017 17:59:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 06A4BE0F55 for ; Mon, 27 Nov 2017 17:59:36 +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 D712333D3CE for ; Mon, 27 Nov 2017 17:59:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A89BA992 for ; Mon, 27 Nov 2017 17:59:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511805541.440a6215a6a6cc8bf7da0a3e3801c65c242ac0b4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcdio/libcdio-1.0.0-r1.ebuild X-VCS-Directories: dev-libs/libcdio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 440a6215a6a6cc8bf7da0a3e3801c65c242ac0b4 X-VCS-Branch: master Date: Mon, 27 Nov 2017 17:59:34 +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: 41d33687-723f-4baa-ad27-92acfec8d4b3 X-Archives-Hash: 27d162267ee24da3a453ac6e569b48df commit: 440a6215a6a6cc8bf7da0a3e3801c65c242ac0b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 27 17:55:53 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 27 17:59:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440a6215 dev-libs/libcdio: Drop obsolete app-emulation/emul-linux* blockers Package-Manager: Portage-2.3.16, Repoman-2.3.6 dev-libs/libcdio/libcdio-1.0.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild b/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild index 38927bb66f4..3b6318cb45b 100644 --- a/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild +++ b/dev-libs/libcdio/libcdio-1.0.0-r1.ebuild @@ -20,13 +20,13 @@ RDEPEND=" cddb? ( >=media-libs/libcddb-1.3.2 ) ) >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] - abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r10 - !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" +" DEPEND="${RDEPEND} sys-apps/sed sys-devel/gettext virtual/pkgconfig - test? ( dev-lang/perl )" + test? ( dev-lang/perl ) +" DOCS=( AUTHORS ChangeLog NEWS README* THANKS TODO )