diff options
author | 2023-02-20 21:51:43 +0100 | |
---|---|---|
committer | 2023-02-20 21:51:43 +0100 | |
commit | f61aaa5b6df32703eb8cd1d2d3b2132fd9204b4c (patch) | |
tree | 1b9643e7bbde86d1d596772251d0e761fca5dab2 /x11-misc | |
parent | x11-misc/apwal: update EAPI 6 -> 8 (diff) | |
download | gentoo-f61aaa5b6df32703eb8cd1d2d3b2132fd9204b4c.tar.gz gentoo-f61aaa5b6df32703eb8cd1d2d3b2132fd9204b4c.tar.bz2 gentoo-f61aaa5b6df32703eb8cd1d2d3b2132fd9204b4c.zip |
x11-misc/bbacpi: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild (renamed from x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild index e3fb13c155f1..c6f4cb2b093c 100644 --- a/x11-misc/bbacpi/bbacpi-0.1.5-r3.ebuild +++ b/x11-misc/bbacpi/bbacpi-0.1.5-r4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -23,7 +23,6 @@ RDEPEND=" ${DEPEND} media-fonts/font-adobe-100dpi" -DOCS=( AUTHORS ChangeLog NEWS README data/README.bbacpi ) PATCHES=( "${FILESDIR}"/${P}-noextraquals.diff "${FILESDIR}"/${P}-overflows.diff @@ -31,11 +30,12 @@ PATCHES=( src_prepare() { default - mv configure.{in,ac} || die eautoreconf } src_install() { default - rm "${ED%/}"/usr/share/bbtools/README.bbacpi || die + dodoc data/README.bbacpi + + rm "${ED}"/usr/share/bbtools/README.bbacpi || die } |