diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2022-07-10 17:14:07 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2022-07-10 17:14:07 +0200 |
commit | 8e27890fe155224d7bd5ddf4eeaf569df2d8d4ce (patch) | |
tree | 719653a476b65a66cab8e115950902f738f8616d /x11-misc/xclip | |
parent | net-misc/rclone: drop live ebuild. (diff) | |
download | gentoo-8e27890fe155224d7bd5ddf4eeaf569df2d8d4ce.tar.gz gentoo-8e27890fe155224d7bd5ddf4eeaf569df2d8d4ce.tar.bz2 gentoo-8e27890fe155224d7bd5ddf4eeaf569df2d8d4ce.zip |
x11-misc/xclip: eapi 8.
Closes: https://bugs.gentoo.org/857459
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/xclip-0.13.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xclip/xclip-0.13.ebuild b/x11-misc/xclip/xclip-0.13.ebuild index 107d3891e50d..6c1a8d0c5520 100644 --- a/x11-misc/xclip/xclip-0.13.ebuild +++ b/x11-misc/xclip/xclip-0.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools diff --git a/x11-misc/xclip/xclip-9999.ebuild b/x11-misc/xclip/xclip-9999.ebuild index 12a50d1de869..ffdfc0010b13 100644 --- a/x11-misc/xclip/xclip-9999.ebuild +++ b/x11-misc/xclip/xclip-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools git-r3 DESCRIPTION="Copy data from standard input to X clipboard" |