From 6df5cf9fa6f9812e86ef433e1e59b92b4a126949 Mon Sep 17 00:00:00 2001 From: Ed Reel Date: Sun, 24 May 2020 13:39:29 -0500 Subject: [PATCH] Uncomment compatibility in acpi.rb and dosbox_x.rb --- packages/acpi.rb | 2 +- packages/dosbox_x.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/acpi.rb b/packages/acpi.rb index a09cc3f86..c74655b2a 100644 --- a/packages/acpi.rb +++ b/packages/acpi.rb @@ -4,7 +4,7 @@ class Acpi < Package description 'Attempts to replicate the functionality of the \'old\' apm command on ACPI systems, including battery and thermal information.' homepage 'https://sourceforge.net/projects/acpiclient/' version '1.7' - #compatibility 'all' + compatibility 'all' source_url 'https://downloads.sourceforge.net/project/acpiclient/acpiclient/1.7/acpi-1.7.tar.gz' source_sha256 'd7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005' diff --git a/packages/dosbox_x.rb b/packages/dosbox_x.rb index c8501af7a..adb2e7b81 100644 --- a/packages/dosbox_x.rb +++ b/packages/dosbox_x.rb @@ -4,7 +4,7 @@ class Dosbox_x < Package description 'An x86 emulator with DOS.' homepage 'https://dosbox-x.com/' version '0.83.1' - #compatibility 'all' + compatibility 'all' source_url 'https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v0.83.1.tar.gz' source_sha256 '222c6c4e2ec15bfab0e327b9ba4af92a3fcdd0ff76f1917529a11503ab4a2833'