Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/, profiles/arch/arm/
Date: Sun, 03 Mar 2019 08:10:21
Message-Id: 1551600591.86ea906cba9325037fdc3d6daee8726c1752f4d0.graaff@gentoo
1 commit: 86ea906cba9325037fdc3d6daee8726c1752f4d0
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 08:08:21 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 08:09:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ea906c
7
8 profiles/arch/arm*/make.defaults: remove obsolete entries
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 profiles/arch/arm/make.defaults | 4 ----
13 profiles/arch/arm64/make.defaults | 4 ----
14 2 files changed, 8 deletions(-)
15
16 diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults
17 index d09bb4da35e..48822043d21 100644
18 --- a/profiles/arch/arm/make.defaults
19 +++ b/profiles/arch/arm/make.defaults
20 @@ -22,7 +22,3 @@ VIDEO_CARDS="exynos fbdev omap"
21 # Michał Górny <mgorny@g.o> (14 Mar 2017)
22 # Unhide the ARM-specific USE_EXPANDs.
23 USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
24 -
25 -# Hans de Graaff <graaff@g.o> (12 Nov 2018)
26 -# Temporary entry to support stable bug 661262
27 -RUBY_TARGETS="ruby23"
28
29 diff --git a/profiles/arch/arm64/make.defaults b/profiles/arch/arm64/make.defaults
30 index df725d4fdf2..57acf4d2c47 100644
31 --- a/profiles/arch/arm64/make.defaults
32 +++ b/profiles/arch/arm64/make.defaults
33 @@ -25,7 +25,3 @@ USE="libtirpc"
34 # Michał Górny <mgorny@g.o> (14 Mar 2017)
35 # Unhide the ARM-specific USE_EXPANDs.
36 USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM"
37 -
38 -# Hans de Graaff <graaff@g.o> (17 Apr 2017)
39 -# Temporary entry to support stable bug 615818
40 -RUBY_TARGETS="ruby21"