Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: etc/
Date: Sun, 30 Jan 2022 20:43:05
Message-Id: 1631383931.7ebe33811989b72e1e48481641b6db56f9abbfb2.mattst88@gentoo
1 commit: 7ebe33811989b72e1e48481641b6db56f9abbfb2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 21:57:18 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 18:12:11 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7ebe3381
7
8 etc: Add some possible settings to catalystrc
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 etc/catalystrc | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/etc/catalystrc b/etc/catalystrc
16 index e7904128..176f106a 100755
17 --- a/etc/catalystrc
18 +++ b/etc/catalystrc
19 @@ -1,2 +1,4 @@
20 #!/bin/bash
21 -# This is an example catalystrc. As such, it doesn't actually *do* anything.
22 +
23 +# export BINPKG_COMPRESS="gzip"
24 +# export BINPKG_COMPRESS_FLAGS="-7"