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 EC76C1396D0 for ; Thu, 14 Sep 2017 22:01:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40DB91FC08D; Thu, 14 Sep 2017 22:01:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 181481FC08D for ; Thu, 14 Sep 2017 22:01:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 194C533BE95 for ; Thu, 14 Sep 2017 22:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B46F7907A for ; Thu, 14 Sep 2017 22:01:10 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1505426464.5819109b302b2414a864cfd8f2fe98ee52f19a56.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/oprofile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/oprofile/oprofile-0.9.9-r2.ebuild dev-util/oprofile/oprofile-1.1.0-r1.ebuild dev-util/oprofile/oprofile-1.2.0-r1.ebuild X-VCS-Directories: dev-util/oprofile/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 5819109b302b2414a864cfd8f2fe98ee52f19a56 X-VCS-Branch: master Date: Thu, 14 Sep 2017 22:01:10 +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: b34956c7-a328-45bc-9be0-9cdc413d1c6c X-Archives-Hash: 0d769c14216632b20f77171fd6edd1fb commit: 5819109b302b2414a864cfd8f2fe98ee52f19a56 Author: Sven Wegener gentoo org> AuthorDate: Thu Sep 14 21:51:36 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Thu Sep 14 22:01:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5819109b dev-util/oprofile: Add SLOT dependency on binutils-libs Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-util/oprofile/oprofile-0.9.9-r2.ebuild | 4 ++-- dev-util/oprofile/oprofile-1.1.0-r1.ebuild | 4 ++-- dev-util/oprofile/oprofile-1.2.0-r1.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild index 022bec860ca..a5a0ac05f12 100644 --- a/dev-util/oprofile/oprofile-0.9.9-r2.ebuild +++ b/dev-util/oprofile/oprofile-0.9.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86" IUSE="java pch qt4" DEPEND=">=dev-libs/popt-1.7-r1 - sys-libs/binutils-libs + sys-libs/binutils-libs:= >=sys-libs/glibc-2.3.2-r1 ppc64? ( dev-libs/libpfm ) qt4? ( dev-qt/qtgui:4[qt3support] ) diff --git a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild index 0a53eda6145..2c8a16f7a16 100644 --- a/dev-util/oprofile/oprofile-1.1.0-r1.ebuild +++ b/dev-util/oprofile/oprofile-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86" IUSE="java pch" RDEPEND=">=dev-libs/popt-1.7-r1 - sys-libs/binutils-libs + sys-libs/binutils-libs:= >=sys-libs/glibc-2.3.2-r1 java? ( >=virtual/jdk-1.5:= ) ppc64? ( dev-libs/libpfm )" diff --git a/dev-util/oprofile/oprofile-1.2.0-r1.ebuild b/dev-util/oprofile/oprofile-1.2.0-r1.ebuild index c34d294d89f..809a7ce8a48 100644 --- a/dev-util/oprofile/oprofile-1.2.0-r1.ebuild +++ b/dev-util/oprofile/oprofile-1.2.0-r1.ebuild @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="java pch" RDEPEND=">=dev-libs/popt-1.7-r1 - sys-libs/binutils-libs + sys-libs/binutils-libs:= >=sys-libs/glibc-2.3.2-r1 java? ( >=virtual/jdk-1.5:= ) ppc64? ( dev-libs/libpfm )"