summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-06-23 08:36:56 +0000
committerMichał Górny <mgorny@gentoo.org>2017-06-23 08:36:56 +0000
commit6614653343ef0a22cc80d8507be615234be40062 (patch)
tree541ab2e46a4571a15111729e6aab539b7415607c
parent/* Old constraints vs auto-solving */ finish (diff)
downloadglep-6614653343ef0a22cc80d8507be615234be40062.tar.gz
glep-6614653343ef0a22cc80d8507be615234be40062.tar.bz2
glep-6614653343ef0a22cc80d8507be615234be40062.zip
/* Reference Implementation */ ref impls
-rw-r--r--GLEP:73.mw6
1 files changed, 6 insertions, 0 deletions
diff --git a/GLEP:73.mw b/GLEP:73.mw
index 318d2f2..fab3dcb 100644
--- a/GLEP:73.mw
+++ b/GLEP:73.mw
@@ -338,6 +338,12 @@ However, per the auto-solving semantic the first one will favor enabling the dep
This is probably the most important issue since there is no easy way to automatically detect that.
==Reference Implementation==
+===Proof-of-concept code===
+The reference implementation of various algorithms and the scripts used to test them are included in [https://github.com/mgorny/required-use the required-use project on GitHub]. However, it needs to be noted that they are still work-in-progress.
+
+===PkgCore===
+The implementation of the following parts of the specification have been submitted to the PkgCore package manager for inclusion:
+* validation of REQUIRED_USE constraints for compliance with the restricted syntax: [https://github.com/pkgcore/pkgcheck/pull/58 pkgcheck PR#58].
==Copyright==