diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-04-28 17:57:43 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-28 22:52:23 +0200 |
commit | 6e083f0f1dd76da7fcdd48f03e96acaa8b2dae10 (patch) | |
tree | ebb46dc7d36b635b5219b42b13fb3fca1c1f96bf /dev-ruby/globalid | |
parent | dev-util/lttng-ust: remove unused patch(es) (diff) | |
download | gentoo-6e083f0f1dd76da7fcdd48f03e96acaa8b2dae10.tar.gz gentoo-6e083f0f1dd76da7fcdd48f03e96acaa8b2dae10.tar.bz2 gentoo-6e083f0f1dd76da7fcdd48f03e96acaa8b2dae10.zip |
dev-ruby/globalid: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25241
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-ruby/globalid')
-rw-r--r-- | dev-ruby/globalid/files/globalid-0.4.2-integer-time.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-ruby/globalid/files/globalid-0.4.2-integer-time.patch b/dev-ruby/globalid/files/globalid-0.4.2-integer-time.patch deleted file mode 100644 index 7cd1c627daf2..000000000000 --- a/dev-ruby/globalid/files/globalid-0.4.2-integer-time.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 1aec708b98d8657ef241d02813960e8af8ebd952 Mon Sep 17 00:00:00 2001 -From: Eugene Kenny <elkenny@gmail.com> -Date: Sun, 26 Apr 2020 17:35:41 +0100 -Subject: [PATCH] Require time core extension for 1.year - -Since 39ab83a43a64b339739c6e8c7ab24bb1325204ed this file uses `1.year` -without requiring the Active Support core extension that defines it. ---- - lib/global_id/railtie.rb | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lib/global_id/railtie.rb b/lib/global_id/railtie.rb -index edc90d8..096c20b 100644 ---- a/lib/global_id/railtie.rb -+++ b/lib/global_id/railtie.rb -@@ -5,6 +5,7 @@ - require 'global_id' - require 'active_support' - require 'active_support/core_ext/string/inflections' -+require 'active_support/core_ext/integer/time' - - class GlobalID - # = GlobalID Railtie |