diff options
author | Wolfgang Müller | 2019-04-23 20:02:06 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-04-25 23:09:03 +0200 |
commit | 5f7eaf9abb0488855f3a35e96db6a3dffe181389 (patch) | |
tree | 7a2c3715be2253314209ca4a26fa68e8994160bb | |
parent | d23c169935fce6c7c8012e2e9fd7aa3dd9c24387 (diff) | |
download | portage-roles-5f7eaf9abb0488855f3a35e96db6a3dffe181389.tar.gz |
lang-lua: Remove lang-lua role
The lua overlay is seemingly incompatible with Lua-related ebuilds from
the default tree. Furthermore, the newest Lua release is available by
default, it is merely hardmasked. Should such a version be needed,
unmask it there instead.
-rw-r--r-- | lang-lua/package.accept_keywords/10-lua | 1 | ||||
-rw-r--r-- | lang-lua/package.use/10-lua | 1 | ||||
-rw-r--r-- | lang-lua/repos.conf/lua.conf | 5 |
3 files changed, 0 insertions, 7 deletions
diff --git a/lang-lua/package.accept_keywords/10-lua b/lang-lua/package.accept_keywords/10-lua deleted file mode 100644 index 17e4ce4..0000000 --- a/lang-lua/package.accept_keywords/10-lua +++ /dev/null @@ -1 +0,0 @@ -*/*::lua diff --git a/lang-lua/package.use/10-lua b/lang-lua/package.use/10-lua deleted file mode 100644 index 0aef6c2..0000000 --- a/lang-lua/package.use/10-lua +++ /dev/null @@ -1 +0,0 @@ -*/* LUA_TARGETS: lua53 diff --git a/lang-lua/repos.conf/lua.conf b/lang-lua/repos.conf/lua.conf deleted file mode 100644 index 04163cd..0000000 --- a/lang-lua/repos.conf/lua.conf +++ /dev/null @@ -1,5 +0,0 @@ -[lua] -location = /var/overlays/lua -sync-type = git -sync-uri = https://github.com/gentoo/lua -auto-sync = yes |