diff options
author | 2020-01-25 16:44:56 -0800 | |
---|---|---|
committer | 2020-01-25 16:45:17 -0800 | |
commit | 59b83a8cc2ff19e06729aae5dae8a8fdcfe27106 (patch) | |
tree | 12964f0a4709ab5e265d6b18b114fcb4ec5bfd50 /profiles | |
parent | sci-visualization/gwyddion: Disable opengl to get rid of ancient dependency (diff) | |
download | gentoo-59b83a8cc2ff19e06729aae5dae8a8fdcfe27106.tar.gz gentoo-59b83a8cc2ff19e06729aae5dae8a8fdcfe27106.tar.bz2 gentoo-59b83a8cc2ff19e06729aae5dae8a8fdcfe27106.zip |
profiles/alpha: Remove extra "
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults index ea18ceadb135..b44fb846a454 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 ARCH="alpha" -ACCEPT_KEYWORDS="alpha ~alpha"" +ACCEPT_KEYWORDS="alpha ~alpha" CHOST="alpha-unknown-linux-gnu" CFLAGS="-O2 -pipe" |