From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 695081382AC for ; Sun, 19 Jun 2016 06:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53553E0A9A; Sun, 19 Jun 2016 06:20:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00D17E0A9A for ; Sun, 19 Jun 2016 06:20:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B61D533D3CF for ; Sun, 19 Jun 2016 06:20:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA7D423BD for ; Sun, 19 Jun 2016 06:20:09 +0000 (UTC) From: "Jan Psota" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jan Psota" Message-ID: <1466317147.a3e701b9e36e937f6f053935efa1892a7f0aeeb8.jasiupsota@gentoo> Subject: [gentoo-commits] repo/user/bleeding-edge:master commit in: x11-libs/libfm/ X-VCS-Repository: repo/user/bleeding-edge X-VCS-Files: x11-libs/libfm/libfm-9999.ebuild X-VCS-Directories: x11-libs/libfm/ X-VCS-Committer: jasiupsota X-VCS-Committer-Name: Jan Psota X-VCS-Revision: a3e701b9e36e937f6f053935efa1892a7f0aeeb8 X-VCS-Branch: master Date: Sun, 19 Jun 2016 06:20:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ba034205-d4bc-4daa-b449-6049f3e9e601 X-Archives-Hash: 5904db566e72d4f80eba030f6fc1592a commit: a3e701b9e36e937f6f053935efa1892a7f0aeeb8 Author: Jan Psota gmail com> AuthorDate: Sun Jun 19 06:19:07 2016 +0000 Commit: Jan Psota gmail com> CommitDate: Sun Jun 19 06:19:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=a3e701b9 x11-libs/libfm-9999 abi 4.3.0 --> 4.4.0 x11-libs/libfm/libfm-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index 4d7f557..bed592f 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools fdo-mime git-r3 vala @@ -11,7 +11,7 @@ HOMEPAGE="http://pcmanfm.sourceforge.net/" EGIT_REPO_URI="https://github.com/lxde/${PN}" LICENSE="GPL-2" -SLOT="0/4.3.0" #copy ABI_VERSION because it seems upstream change it randomly +SLOT="0/4.4.0" #copy ABI_VERSION because it seems upstream change it randomly KEYWORDS="" IUSE="+automount debug doc examples exif +gtk +gtk3 udisks vala"