commit:     f2f1718ac9d14ace6bd402c697d663cec774d36c
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Nov 26 00:22:51 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Nov 26 12:27:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2f1718a

nimble.eclass: add depends examples

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 eclass/nimble.eclass | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/eclass/nimble.eclass b/eclass/nimble.eclass
index e08c2840e..08dd8493c 100644
--- a/eclass/nimble.eclass
+++ b/eclass/nimble.eclass
@@ -18,6 +18,8 @@
 #
 # ...
 #
+# DEPEND="dev-nim/foo"
+#
 # src_compile() {
 #      nimble_src_compile
 #      nimble_build scss
@@ -35,6 +37,11 @@
 # ...
 # SLOT=${PV}
 #
+# RDEPEND="
+#      dev-nim/bar
+#      dev-nim/baz
+# "
+#
 # set_package_url "https://github.com/example/example";
 
 

Reply via email to