diff options
author | 2022-01-20 10:37:13 +0000 | |
---|---|---|
committer | 2022-01-20 10:38:10 +0000 | |
commit | d3a94c365ff568280061f9557ddc2fe79b70cab8 (patch) | |
tree | 2fe183f96bd7523a8b15162322fa89565c3a692d /profiles/arch | |
parent | www-client/firefox: add 96.0.2 (diff) | |
download | gentoo-d3a94c365ff568280061f9557ddc2fe79b70cab8.tar.gz gentoo-d3a94c365ff568280061f9557ddc2fe79b70cab8.tar.bz2 gentoo-d3a94c365ff568280061f9557ddc2fe79b70cab8.zip |
profiles/arch/hppa: drop USE=gdbm from make.defaults
No other arch does this.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/hppa/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults index d5254d0e0777..9a5cbb060079 100644 --- a/profiles/arch/hppa/make.defaults +++ b/profiles/arch/hppa/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ARCH="hppa" @@ -10,7 +10,7 @@ CXXFLAGS="${CFLAGS}" FEATURES="sandbox sfperms strict" -USE="cups foomaticdb fortran gdbm gpm imlib libwww spell firefox" +USE="cups foomaticdb fortran gpm imlib libwww spell firefox" # Michał Górny <mgorny@gentoo.org> (2014-07-01) # Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild |