diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-22 06:54:34 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-26 16:19:42 -0400 |
commit | 6326de87e9f6e14fe2cd72839e21a4cb45534b18 (patch) | |
tree | 284a60025bad4d0c82a192a1504dd29139629706 /app-accessibility/brltty/files | |
parent | net-misc/teamviewer: Bump to 13.1.3026 (diff) | |
download | gentoo-6326de87e9f6e14fe2cd72839e21a4cb45534b18.tar.gz gentoo-6326de87e9f6e14fe2cd72839e21a4cb45534b18.tar.bz2 gentoo-6326de87e9f6e14fe2cd72839e21a4cb45534b18.zip |
app-accessibility/brltty: bump to EAPI 6
Also readjusted the epatch call to an eapply call, added
HTML_DOCS/einstalldocs as dohtml is deprecated on EAPI=6,
and adjusted the keepdir call to point at the correct directory.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7590
Diffstat (limited to 'app-accessibility/brltty/files')
-rw-r--r-- | app-accessibility/brltty/files/brltty-5.2-respect-AR.patch | 5 | ||||
-rw-r--r-- | app-accessibility/brltty/files/brltty-5.2-udev.patch | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch b/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch index 95451dc98b77..c5698a2b9399 100644 --- a/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch +++ b/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch @@ -1,6 +1,5 @@ -diff -Naur brltty-5.2/Programs/Makefile.in brltty-5.2-new/Programs/Makefile.in ---- brltty-5.2/Programs/Makefile.in 2014-11-06 07:28:41.000000000 -0800 -+++ brltty-5.2-new/Programs/Makefile.in 2014-11-20 05:41:57.144219093 -0800 +--- a/Programs/Makefile.in ++++ b/Programs/Makefile.in @@ -434,7 +434,7 @@ [ ! -f lib.def ] || mv lib.def $(API_DEF) diff --git a/app-accessibility/brltty/files/brltty-5.2-udev.patch b/app-accessibility/brltty/files/brltty-5.2-udev.patch index dbbc29897662..e6d56603b013 100644 --- a/app-accessibility/brltty/files/brltty-5.2-udev.patch +++ b/app-accessibility/brltty/files/brltty-5.2-udev.patch @@ -1,6 +1,5 @@ -diff -Naur brltty-5.2/Autostart/Udev/udev.rules brltty-5.2-new/Autostart/Udev/udev.rules ---- brltty-5.2/Autostart/Udev/udev.rules 2014-11-06 07:28:41.000000000 -0800 -+++ brltty-5.2-new/Autostart/Udev/udev.rules 2014-11-20 05:28:44.404885312 -0800 +--- a/Autostart/Udev/udev.rules ++++ b/Autostart/Udev/udev.rules @@ -182,20 +182,22 @@ # FreedomScientific [Focus Blue] ENV{PRODUCT}=="f4e/114/*", ENV{BRLTTY_BRAILLE_DRIVER}="fs", GOTO="brltty_usb_run" |