diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-22 15:59:38 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-25 15:14:10 +0100 |
commit | 6be22fcb09543dbb5a9143a2a18dbcdcc269e529 (patch) | |
tree | db3e4cf79b120c5938f017876c059a5eaf3c26b0 | |
parent | net-misc/smb4k: version bump 1.2.3 (diff) | |
download | gentoo-6be22fcb09543dbb5a9143a2a18dbcdcc269e529.tar.gz gentoo-6be22fcb09543dbb5a9143a2a18dbcdcc269e529.tar.bz2 gentoo-6be22fcb09543dbb5a9143a2a18dbcdcc269e529.zip |
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
-rw-r--r-- | x11-misc/autocutsel/autocutsel-0.10.0.ebuild | 6 |
1 files 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 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 ) |