diff options
author | Kacper Słomiński <kacper.slominski72@gmail.com> | 2024-09-23 06:02:07 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-24 04:59:44 +0100 |
commit | 3109a8a80c206aa4e4d3450635152924055e1877 (patch) | |
tree | 95d31212e3bb9baf46e311586a493ebf0e0b63a5 /profiles | |
parent | app-crypt/moolticute: depend on virtual/libudev (diff) | |
download | gentoo-3109a8a80c206aa4e4d3450635152924055e1877.tar.gz gentoo-3109a8a80c206aa4e4d3450635152924055e1877.tar.bz2 gentoo-3109a8a80c206aa4e4d3450635152924055e1877.zip |
profiles/desc: add USE_EXPAND _TARGETS flags for Guile 1.8
Signed-off-by: Kacper Słomiński <kacper.slominski72@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/guile_single_target.desc | 1 | ||||
-rw-r--r-- | profiles/desc/guile_targets.desc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/desc/guile_single_target.desc b/profiles/desc/guile_single_target.desc index 95f51d5f0062..81322b2380d4 100644 --- a/profiles/desc/guile_single_target.desc +++ b/profiles/desc/guile_single_target.desc @@ -3,5 +3,6 @@ # This file contains descriptions of GUILE_SINGLE_TARGET USE_EXPAND flags. +1-8 - Build only for GNU Guile 1.8. 2-2 - Build only for GNU Guile 2.2. 3-0 - Build only for GNU Guile 3.0. diff --git a/profiles/desc/guile_targets.desc b/profiles/desc/guile_targets.desc index a958e0c93334..3ccfca70a0d7 100644 --- a/profiles/desc/guile_targets.desc +++ b/profiles/desc/guile_targets.desc @@ -3,5 +3,6 @@ # This file contains descriptions of GUILE_TARGETS USE_EXPAND flags. +1-8 - Build only for GNU Guile 1.8 2-2 - Build only for GNU Guile 2.2 3-0 - Build only for GNU Guile 3.0 |