Uncomment compatibility in acpi.rb and dosbox_x.rb

This commit is contained in:
Ed Reel
2020-05-24 13:39:29 -05:00
parent 715249827f
commit 6df5cf9fa6
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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'