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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07DF41581E7 for ; Sun, 28 Apr 2024 07:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD4DBE29E1; Sun, 28 Apr 2024 07:47:17 +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 964F0E2A11 for ; Sun, 28 Apr 2024 07:47:17 +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 83680343021 for ; Sun, 28 Apr 2024 07:47:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D791C16F9 for ; Sun, 28 Apr 2024 07:47:14 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1714290208.1c43a636371b43be721e2cf3ba70f4f668cd1cf8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libticonv/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libticonv/libticonv-1.1.5-r1.ebuild sci-libs/libticonv/libticonv-1.1.5.ebuild X-VCS-Directories: sci-libs/libticonv/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1c43a636371b43be721e2cf3ba70f4f668cd1cf8 X-VCS-Branch: master Date: Sun, 28 Apr 2024 07:47:14 +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: 44b5c9e5-aa20-487b-9203-47b34e4b4ce3 X-Archives-Hash: 7a5fd60684c4220238a9582e45c626ab commit: 1c43a636371b43be721e2cf3ba70f4f668cd1cf8 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Apr 28 07:43:28 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Apr 28 07:43:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c43a636 sci-libs/libticonv: EAPI 6 -> 8 Signed-off-by: Arthur Zamarin gentoo.org> .../{libticonv-1.1.5.ebuild => libticonv-1.1.5-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-libs/libticonv/libticonv-1.1.5.ebuild b/sci-libs/libticonv/libticonv-1.1.5-r1.ebuild similarity index 85% rename from sci-libs/libticonv/libticonv-1.1.5.ebuild rename to sci-libs/libticonv/libticonv-1.1.5-r1.ebuild index b4bd611bce5c..2bc9aa620a70 100644 --- a/sci-libs/libticonv/libticonv-1.1.5.ebuild +++ b/sci-libs/libticonv/libticonv-1.1.5-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -14,9 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc iconv static-libs" -RDEPEND="dev-libs/glib:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="dev-libs/glib:2" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )