From: Harri Nieminen Date: Wed, 22 Feb 2017 13:59:38 +0000 (+0200) Subject: x11-misc/autocutsel: EAPI bump 5 -> 6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6be22fcb09543dbb5a9143a2a18dbcdcc269e529;p=gentoo.git x11-misc/autocutsel: EAPI bump 5 -> 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4057 --- diff --git a/x11-misc/autocutsel/autocutsel-0.10.0.ebuild b/x11-misc/autocutsel/autocutsel-0.10.0.ebuild index fd2f88066104..02109250e276 100644 --- a/x11-misc/autocutsel/autocutsel-0.10.0.ebuild +++ b/x11-misc/autocutsel/autocutsel-0.10.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=6 DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications" HOMEPAGE="http://www.nongnu.org/autocutsel/ https://github.com/sigmike/autocutsel" @@ -23,5 +23,3 @@ DEPEND=" ${RDEPEND} x11-proto/xproto " - -DOCS=( AUTHORS ChangeLog NEWS README TODO )