From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CC0615813A for ; Tue, 21 Jan 2025 13:53:44 +0000 (UTC) Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5301B342FB0 for ; Tue, 21 Jan 2025 13:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADBA7E03DF; Tue, 21 Jan 2025 13:53:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95B5EE0207 for ; Tue, 21 Jan 2025 13:53:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ED5C342F94 for ; Tue, 21 Jan 2025 13:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D527F15B5 for ; Tue, 21 Jan 2025 13:53:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1737467584.129b5817568d990317fa937a5c3184d30bb0825e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/amanda/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/amanda/amanda-3.5.4-r2.ebuild X-VCS-Directories: app-backup/amanda/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 129b5817568d990317fa937a5c3184d30bb0825e X-VCS-Branch: master Date: Tue, 21 Jan 2025 13:53: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: 05b5d72b-86fe-4189-a160-6687fe0dc3a8 X-Archives-Hash: 3dddd67a7a6d1e23d2c7adf677897486 commit: 129b5817568d990317fa937a5c3184d30bb0825e Author: Joonas Niilola gentoo org> AuthorDate: Tue Jan 21 13:49:06 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jan 21 13:53:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129b5817 app-backup/amanda: add missing bdeps to 3.5.4-r2 Signed-off-by: Joonas Niilola gentoo.org> app-backup/amanda/amanda-3.5.4-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-backup/amanda/amanda-3.5.4-r2.ebuild b/app-backup/amanda/amanda-3.5.4-r2.ebuild index ebbd5649c53c..ed950f08ffc3 100644 --- a/app-backup/amanda/amanda-3.5.4-r2.ebuild +++ b/app-backup/amanda/amanda-3.5.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -51,6 +51,8 @@ RDEPEND=" selinux? ( sec-policy/selinux-amanda ) " BDEPEND=" + app-alternatives/lex + app-alternatives/yacc app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd dev-lang/swig