diff options
author | André Erdmann <dywi@mailerd.de> | 2014-08-23 21:00:28 +0200 |
---|---|---|
committer | André Erdmann <dywi@mailerd.de> | 2014-08-23 21:00:28 +0200 |
commit | effb06b81e11c20b04b1898d2e6111b72c1583b9 (patch) | |
tree | e5e654b9b0b0699255bd529f6a51e567dd8a1293 /config | |
parent | doc/rst: fix slot rule examples (diff) | |
download | R_overlay-effb06b81e11c20b04b1898d2e6111b72c1583b9.tar.gz R_overlay-effb06b81e11c20b04b1898d2e6111b72c1583b9.tar.bz2 R_overlay-effb06b81e11c20b04b1898d2e6111b72c1583b9.zip |
update generated files
Diffstat (limited to 'config')
-rw-r--r-- | config/R-overlay.conf.install | 4 | ||||
-rw-r--r-- | config/R-overlay.conf.install.others | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/R-overlay.conf.install b/config/R-overlay.conf.install index fc4256d..3defb2b 100644 --- a/config/R-overlay.conf.install +++ b/config/R-overlay.conf.install @@ -125,6 +125,10 @@ DISTDIR_STRATEGY="hardlink symlink" # Defaults to "no". #NOSYNC="yes" +# EAPI of the created ebuilds +# Defaults to "5". +#EBUILD_EAPI="5" + # Manifest file creation # Available choices are 'next' (internal, fast) # and 'ebuild' (using ebuild(1), slow, but failsafe). diff --git a/config/R-overlay.conf.install.others b/config/R-overlay.conf.install.others index e66cc34..c2a6274 100644 --- a/config/R-overlay.conf.install.others +++ b/config/R-overlay.conf.install.others @@ -130,6 +130,10 @@ CREATE_LICENSES_FILE="no" # Defaults to "no". #NOSYNC="yes" +# EAPI of the created ebuilds +# Defaults to "5". +#EBUILD_EAPI="5" + # Manifest file creation # Available choices are 'next' (internal, fast) # and 'ebuild' (using ebuild(1), slow, but failsafe). |