commit: 6be22fcb09543dbb5a9143a2a18dbcdcc269e529 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Wed Feb 22 13:59:38 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 14:14:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be22fcb
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 x11-misc/autocutsel/autocutsel-0.10.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-misc/autocutsel/autocutsel-0.10.0.ebuild b/x11-misc/autocutsel/autocutsel-0.10.0.ebuild index fd2f880661..02109250e2 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 )
