diff options
author | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:40 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-19 23:38:40 +0100 |
commit | 58a1bf9d9f200244dde5eb1d7037212d05c3d27a (patch) | |
tree | beee788be7ec04f80b8213616540c07a953e9fe4 /x11-apps/xclipboard | |
parent | x11-apps/transset: Port to EAPI 7 (diff) | |
download | gentoo-58a1bf9d9f200244dde5eb1d7037212d05c3d27a.tar.gz gentoo-58a1bf9d9f200244dde5eb1d7037212d05c3d27a.tar.bz2 gentoo-58a1bf9d9f200244dde5eb1d7037212d05c3d27a.zip |
x11-apps/xclipboard: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.1.3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-apps/xclipboard/xclipboard-1.1.3.ebuild b/x11-apps/xclipboard/xclipboard-1.1.3.ebuild index 7f469de7f513..d3e1001b82ea 100644 --- a/x11-apps/xclipboard/xclipboard-1.1.3.ebuild +++ b/x11-apps/xclipboard/xclipboard-1.1.3.ebuild @@ -1,14 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="interchange between cut buffer and selection" + KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" -RDEPEND="x11-libs/libXaw + +RDEPEND=" + x11-libs/libXaw x11-libs/libxkbfile x11-libs/libXmu >=x11-libs/libXt-1.1 |