diff --git a/.gitignore b/.gitignore index b1cca7c..4e0aca0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ vendor bin *.json + +Manifest diff --git a/gentoo/app-metrics/smartctl_exporter/Manifest b/gentoo/app-metrics/smartctl_exporter/Manifest deleted file mode 100644 index 5f01117..0000000 --- a/gentoo/app-metrics/smartctl_exporter/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -AUX smartctl_exporter.yaml 171 BLAKE2B 1dd34d14dba0469b1fc2d8132d0885d4b573b6adb5a77d9d608c05628568dd15c1b1f4be35461ddc0a2706c9407f30c439bbb5cd8e86ce226c1b0a088344aaf0 SHA512 bdc825328f9286dd841cd030d180412305b0da3ef52974237ab9f79ee47d6eeade98d2829ba3a1b26042c54a241b40c2f2e4842af68d28066c969a04b385a407 -EBUILD smartctl_exporter-9999.ebuild 607 BLAKE2B 8e6148a6ea756e49d8f5d77ab2294fc42e24265e36c358386ecb4c1597a34f24ed50ee025485d05250c0d899219b94e000623ffbb1040fbab7cbe53e32e2f5b1 SHA512 ad2c54dd281fe306f889e2c20469eece19acf139bbc8b717e5a81353c6f6b68d5f9313bd53e1299f8e7c711fd64d7ec64236633d57428a02d87780bc537838f1 diff --git a/gentoo/app-metrics/smartctl_exporter/smartctl_exporter-9999.ebuild b/gentoo/app-metrics/smartctl_exporter/smartctl_exporter-9999.ebuild index 800a970..289b876 100644 --- a/gentoo/app-metrics/smartctl_exporter/smartctl_exporter-9999.ebuild +++ b/gentoo/app-metrics/smartctl_exporter/smartctl_exporter-9999.ebuild @@ -11,6 +11,7 @@ LICENSE="GPL-3" SLOT="0" RDEPEND="sys-apps/smartmontools" DEPEND="dev-lang/go" +KEYWORDS="~amd64 ~ppc ~x86 ~arm" src_unpack() { git-r3_src_unpack