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 1DCDE1382C5 for ; Sat, 30 May 2020 08:43:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0C7E0858; Sat, 30 May 2020 08:43:14 +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 19E06E0858 for ; Sat, 30 May 2020 08:43:14 +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 B35BF34F003 for ; Sat, 30 May 2020 08:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DB7A270 for ; Sat, 30 May 2020 08:43:11 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1590828178.e2742bd65d0d840031213680b5fac5952bed0e35.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-base/gnustep-gui/gnustep-gui-0.25.0.ebuild gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild gnustep-base/gnustep-gui/gnustep-gui-0.26.2.ebuild gnustep-base/gnustep-gui/gnustep-gui-0.27.0.ebuild gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild X-VCS-Directories: gnustep-base/gnustep-gui/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e2742bd65d0d840031213680b5fac5952bed0e35 X-VCS-Branch: master Date: Sat, 30 May 2020 08:43:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 562d1bbb-1b49-4c32-b666-61a4721b2e0f X-Archives-Hash: 151116a3ec1c5474e59db8996f81a901 commit: e2742bd65d0d840031213680b5fac5952bed0e35 Author: David Seifert gentoo org> AuthorDate: Sat May 30 08:42:58 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 30 08:42:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2742bd6 gnustep-base/gnustep-gui: Add subslot operator on gnustep-base/gnustep-base Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> gnustep-base/gnustep-gui/gnustep-gui-0.25.0.ebuild | 4 ++-- gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild | 4 ++-- gnustep-base/gnustep-gui/gnustep-gui-0.26.2.ebuild | 4 ++-- gnustep-base/gnustep-gui/gnustep-gui-0.27.0.ebuild | 4 ++-- gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.25.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.25.0.ebuild index 739f03d3773..762d11fb6c7 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.25.0.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.25.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="cups gif icu jpeg png speech" DEPEND="${GNUSTEP_CORE_DEPEND} app-text/aspell - >=gnustep-base/gnustep-base-1.24.9[icu?] + >=gnustep-base/gnustep-base-1.24.9:=[icu?] media-libs/audiofile >=media-libs/tiff-3:= x11-libs/libXt diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild index 30aac3c0a02..186123480e1 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.25.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="cups gif icu jpeg png speech" DEPEND="${GNUSTEP_CORE_DEPEND} app-text/aspell - >=gnustep-base/gnustep-base-1.24.9[icu?] + >=gnustep-base/gnustep-base-1.24.9:=[icu?] media-libs/audiofile >=media-libs/tiff-3:= x11-libs/libXt diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.26.2.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.26.2.ebuild index f44f26e7211..c8f721002ea 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.26.2.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.26.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ IUSE="cups gif icu jpeg png speech" DEPEND="${GNUSTEP_CORE_DEPEND} app-text/aspell - >=gnustep-base/gnustep-base-1.25.1[icu?] + >=gnustep-base/gnustep-base-1.25.1:=[icu?] media-libs/audiofile >=media-libs/tiff-3:= x11-libs/libXt diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.27.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.27.0.ebuild index 9f3806d3f35..44af3e6cb2c 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.27.0.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ IUSE="cups gif icu jpeg png speech" DEPEND="${GNUSTEP_CORE_DEPEND} app-text/aspell - >=gnustep-base/gnustep-base-1.26.0[icu?] + >=gnustep-base/gnustep-base-1.26.0:=[icu?] media-libs/audiofile >=media-libs/tiff-3:= x11-libs/libXt diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild index 42cbd8d535a..9671dea9928 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.28.0.ebuild @@ -15,7 +15,7 @@ IUSE="cups gif icu jpeg png speech" DEPEND="${GNUSTEP_CORE_DEPEND} app-text/aspell - >=gnustep-base/gnustep-base-1.27.0[icu?] + >=gnustep-base/gnustep-base-1.27.0:=[icu?] media-libs/audiofile >=media-libs/tiff-3:= x11-libs/libXt