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 EA8EF1396D0 for ; Sat, 16 Sep 2017 15:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 443DC1FC007; Sat, 16 Sep 2017 15:57:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 211341FC007 for ; Sat, 16 Sep 2017 15:57:56 +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 1C932340BEA for ; Sat, 16 Sep 2017 15:57:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B60CC906C for ; Sat, 16 Sep 2017 15:57:53 +0000 (UTC) From: "Andreas Hüttel" 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 Hüttel" Message-ID: <1505577439.d4c53d2eb994e37a8624d4c4533a5abf9318d7a7.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/opensp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/opensp/opensp-1.5.2-r4.ebuild X-VCS-Directories: app-text/opensp/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: d4c53d2eb994e37a8624d4c4533a5abf9318d7a7 X-VCS-Branch: master Date: Sat, 16 Sep 2017 15:57:53 +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: 4486ffb5-f0cc-4539-b6d6-fd7ecbcd5ead X-Archives-Hash: ad6e7fb697b79d5cd8c5f6ff991f5e74 commit: d4c53d2eb994e37a8624d4c4533a5abf9318d7a7 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Sep 16 15:57:19 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Sep 16 15:57:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c53d2e app-text/opensp: Fix deps for glibc-2.26 Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-text/opensp/opensp-1.5.2-r4.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app-text/opensp/opensp-1.5.2-r4.ebuild b/app-text/opensp/opensp-1.5.2-r4.ebuild index d321e143641..31b2005f81c 100644 --- a/app-text/opensp/opensp-1.5.2-r4.ebuild +++ b/app-text/opensp/opensp-1.5.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,11 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc nls static-libs test" -DEPEND="nls? ( sys-devel/gettext ) +RDEPEND=" + || (