diff options
author | Joao Santos <joaompssantos@gmail.com> | 2023-09-01 13:07:02 +0200 |
---|---|---|
committer | Joao Santos <joaompssantos@gmail.com> | 2023-09-01 13:07:54 +0200 |
commit | 9d8d52a0fe9c41167ce780ee3d9ab81dc94caec7 (patch) | |
tree | f76e74afcf4774b0e7184a261921ac75aefae7e5 /x11-misc | |
parent | media-gfx/ktikz: eutils not supported in EAPI 7 (diff) | |
download | carreira-9d8d52a0fe9c41167ce780ee3d9ab81dc94caec7.tar.gz carreira-9d8d52a0fe9c41167ce780ee3d9ab81dc94caec7.tar.bz2 carreira-9d8d52a0fe9c41167ce780ee3d9ab81dc94caec7.zip |
Fixes multiple issues with ebuild in the overlay.
Signed-off-by: Joao Santos <joaompssantos@gmail.com>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/barrier/barrier-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/barrier/barrier-9999.ebuild b/x11-misc/barrier/barrier-9999.ebuild index 9d76111..a667f37 100644 --- a/x11-misc/barrier/barrier-9999.ebuild +++ b/x11-misc/barrier/barrier-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils cmake flag-o-matic git-r3 +inherit cmake flag-o-matic git-r3 DESCRIPTION="Lets you easily share a single mouse and keyboard between multiple computers" HOMEPAGE="https://github.com/debauchee/barrier" |