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 C1D4113933E for ; Mon, 2 Aug 2021 18:19:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF5E3E0922; Mon, 2 Aug 2021 18:19:03 +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 D9E31E08FA for ; Mon, 2 Aug 2021 18:19:03 +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 E4C33343930 for ; Mon, 2 Aug 2021 18:19:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6728E859 for ; Mon, 2 Aug 2021 18:19:00 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1627928221.1209e36aef2d272d74660963e27490d59f5894c0.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/ceferino/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/ceferino/ceferino-0.97.8-r3.ebuild X-VCS-Directories: games-arcade/ceferino/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1209e36aef2d272d74660963e27490d59f5894c0 X-VCS-Branch: master Date: Mon, 2 Aug 2021 18:19:00 +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: 4e167b9c-f7aa-4e07-8454-610b145e5b2b X-Archives-Hash: fff32c198962b486b05f91cf404df376 commit: 1209e36aef2d272d74660963e27490d59f5894c0 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Aug 2 18:08:56 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Aug 2 18:17:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1209e36a games-arcade/ceferino: move gettext to BDEPEND Signed-off-by: Ionen Wolkens gentoo.org> games-arcade/ceferino/ceferino-0.97.8-r3.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild b/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild index 54be4744494..d3aa76c8576 100644 --- a/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild +++ b/games-arcade/ceferino/ceferino-0.97.8-r3.ebuild @@ -19,11 +19,9 @@ RDEPEND=" media-libs/libsdl[sound,video] media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer[mod] - nls? ( virtual/libintl ) -" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) -" + nls? ( virtual/libintl )" +DEPEND="${RDEPEND}" +BDEPEND="nls? ( sys-devel/gettext )" PATCHES=( "${FILESDIR}"/${P}-fix-audio.patch @@ -41,5 +39,5 @@ src_configure() { src_install() { default newicon data/ima/icono.png ${PN}.png - make_desktop_entry ceferino "Don Ceferino Hazaña" + make_desktop_entry ${PN} "Don Ceferino Hazaña" }