gentoo ebuild keywords

This commit is contained in:
Горлов Максим 2019-08-17 19:35:23 +03:00
parent b371204e11
commit a5963a62b5
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
vendor vendor
bin bin
*.json *.json
Manifest

View File

@ -1,2 +0,0 @@
AUX smartctl_exporter.yaml 171 BLAKE2B 1dd34d14dba0469b1fc2d8132d0885d4b573b6adb5a77d9d608c05628568dd15c1b1f4be35461ddc0a2706c9407f30c439bbb5cd8e86ce226c1b0a088344aaf0 SHA512 bdc825328f9286dd841cd030d180412305b0da3ef52974237ab9f79ee47d6eeade98d2829ba3a1b26042c54a241b40c2f2e4842af68d28066c969a04b385a407
EBUILD smartctl_exporter-9999.ebuild 607 BLAKE2B 8e6148a6ea756e49d8f5d77ab2294fc42e24265e36c358386ecb4c1597a34f24ed50ee025485d05250c0d899219b94e000623ffbb1040fbab7cbe53e32e2f5b1 SHA512 ad2c54dd281fe306f889e2c20469eece19acf139bbc8b717e5a81353c6f6b68d5f9313bd53e1299f8e7c711fd64d7ec64236633d57428a02d87780bc537838f1

View File

@ -11,6 +11,7 @@ LICENSE="GPL-3"
SLOT="0" SLOT="0"
RDEPEND="sys-apps/smartmontools" RDEPEND="sys-apps/smartmontools"
DEPEND="dev-lang/go" DEPEND="dev-lang/go"
KEYWORDS="~amd64 ~ppc ~x86 ~arm"
src_unpack() { src_unpack() {
git-r3_src_unpack git-r3_src_unpack