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 69583138335 for ; Tue, 8 Jan 2019 09:25:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F3FDE0AE3; Tue, 8 Jan 2019 09:25:39 +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 3354BE0A5C for ; Tue, 8 Jan 2019 09:25:37 +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 544CB335C07 for ; Tue, 8 Jan 2019 09:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9F69500 for ; Tue, 8 Jan 2019 09:25:34 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1546939524.577b69c7fa88b334c51220e0d7972f1ebd7c9b4d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.14.5.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 577b69c7fa88b334c51220e0d7972f1ebd7c9b4d X-VCS-Branch: master Date: Tue, 8 Jan 2019 09:25: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6bef5300-3985-4241-91ab-c0683a9a48a6 X-Archives-Hash: 709a1b67380c40d9400f28aa58063125 commit: 577b69c7fa88b334c51220e0d7972f1ebd7c9b4d Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 8 08:30:05 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 8 09:25:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577b69c7 games-strategy/wesnoth: Added sub-slot dep for sys-libs/readline Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> games-strategy/wesnoth/wesnoth-1.14.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-strategy/wesnoth/wesnoth-1.14.5.ebuild b/games-strategy/wesnoth/wesnoth-1.14.5.ebuild index 9ce29bd54b0..4cd3506d2b9 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.5.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,7 @@ RDEPEND=" media-libs/libvorbis >=x11-libs/pango-1.22.0 >=x11-libs/cairo-1.10.0 - sys-libs/readline:0 + sys-libs/readline:0= dbus? ( sys-apps/dbus ) fribidi? ( dev-libs/fribidi ) )"