From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1641838-garchives=archives.gentoo.org@lists.gentoo.org> 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 115C915817D for <garchives@archives.gentoo.org>; Wed, 12 Jun 2024 16:36:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38539E2B9E; Wed, 12 Jun 2024 16:36:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 18DF4E2B9E for <gentoo-commits@lists.gentoo.org>; Wed, 12 Jun 2024 16:36:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5709333B864 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Jun 2024 16:36:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E34041CA1 for <gentoo-commits@lists.gentoo.org>; Wed, 12 Jun 2024 16:36:21 +0000 (UTC) From: "Patrick Lauer" <patrick@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" <patrick@gentoo.org> Message-ID: <1718210179.a597a13afdee6d901dfba68eb6fbdc32a104b86d.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/timescaledb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/timescaledb/timescaledb-2.14.2.ebuild dev-db/timescaledb/timescaledb-2.15.2.ebuild X-VCS-Directories: dev-db/timescaledb/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: a597a13afdee6d901dfba68eb6fbdc32a104b86d X-VCS-Branch: master Date: Wed, 12 Jun 2024 16:36:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 109c5e8e-e7e8-4da9-9eeb-6c9379b8a4ee X-Archives-Hash: cb455934b69e710c575042f5453d8539 commit: a597a13afdee6d901dfba68eb6fbdc32a104b86d Author: Patrick Lauer <patrick <AT> gentoo <DOT> org> AuthorDate: Wed Jun 12 14:45:24 2024 +0000 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org> CommitDate: Wed Jun 12 16:36:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a597a13a dev-db/timescaledb: update EAPI 7 -> 8 Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org> dev-db/timescaledb/timescaledb-2.14.2.ebuild | 2 +- dev-db/timescaledb/timescaledb-2.15.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/timescaledb/timescaledb-2.14.2.ebuild b/dev-db/timescaledb/timescaledb-2.14.2.ebuild index ec3d2f7794de..e19ac7ef1ca5 100644 --- a/dev-db/timescaledb/timescaledb-2.14.2.ebuild +++ b/dev-db/timescaledb/timescaledb-2.14.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 POSTGRES_COMPAT=( 13 14 15 16 ) POSTGRES_USEDEP="ssl" diff --git a/dev-db/timescaledb/timescaledb-2.15.2.ebuild b/dev-db/timescaledb/timescaledb-2.15.2.ebuild index ec3d2f7794de..e19ac7ef1ca5 100644 --- a/dev-db/timescaledb/timescaledb-2.15.2.ebuild +++ b/dev-db/timescaledb/timescaledb-2.15.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 POSTGRES_COMPAT=( 13 14 15 16 ) POSTGRES_USEDEP="ssl"