diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-14 02:03:28 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-14 02:03:28 +0300 |
commit | a831f29b01d01fea60e20f2a469d6d2f5737b38f (patch) | |
tree | 113f6ae1ffb0ec0b86195095ac876a8a6a6949f8 /packages/app-arch/mt-st/mt-st.exlib | |
parent | 29343dcd63e10ef52e075f04547ecdcd3ac79d9e (diff) |
working on requests from exherbo devs:
mt-st: added empty MYOPTIONS, DEPENDENCIES
bacual:
- dropped nonfatal and some useless calls
- dropped unused patches
Diffstat (limited to 'packages/app-arch/mt-st/mt-st.exlib')
-rw-r--r-- | packages/app-arch/mt-st/mt-st.exlib | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/app-arch/mt-st/mt-st.exlib b/packages/app-arch/mt-st/mt-st.exlib index 262d7d7..624fa0d 100644 --- a/packages/app-arch/mt-st/mt-st.exlib +++ b/packages/app-arch/mt-st/mt-st.exlib @@ -8,6 +8,8 @@ export_exlib_phases src_install SUMMARY="control magnetic tape drive operation" LICENCES="GPL-2" SLOT="0" +DEPENDENCIES="" +MYOPTIONS="" mt-st_src_install() { dobin mt stinit |