diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2013-01-26 17:41:12 -0700 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2013-01-26 17:41:12 -0700 |
commit | bbe16233afc41e78e8676150b8ab7d08678c8b05 (patch) | |
tree | eb006b212db21ba8e02152e62d293df4a4fdcd0a /config | |
parent | Fix building of packages with a "." in their name (diff) | |
download | R_overlay-bbe16233afc41e78e8676150b8ab7d08678c8b05.tar.gz R_overlay-bbe16233afc41e78e8676150b8ab7d08678c8b05.tar.bz2 R_overlay-bbe16233afc41e78e8676150b8ab7d08678c8b05.zip |
Install the eclass and enable it by defaut
Diffstat (limited to 'config')
-rw-r--r-- | config/R-overlay.conf.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/R-overlay.conf.install b/config/R-overlay.conf.install index 9753847..cb532f1 100644 --- a/config/R-overlay.conf.install +++ b/config/R-overlay.conf.install @@ -16,6 +16,9 @@ # --- +# Not required but ebuilds won't be functional without the eclass +OVERLAY_ECLASS = /etc/roverlay/eclass/R-packages.eclass + #LOG_LEVEL = WARNING #LOG_LEVEL_CONSOLE = INFO #LOG_LEVEL_FILE = ERROR |