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 E79B913888F for ; Sat, 10 Oct 2015 23:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0B5A21C02B; Sat, 10 Oct 2015 23:27:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CDAA21C02A for ; Sat, 10 Oct 2015 23:27:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47E2133BE93 for ; Sat, 10 Oct 2015 23:27:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB9F2DF2 for ; Sat, 10 Oct 2015 23:27:04 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1444519666.e487865f013b2b4a9e06d6711efe48af15a1eada.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libwps/libwps-0.4.2.ebuild X-VCS-Directories: app-text/libwps/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: e487865f013b2b4a9e06d6711efe48af15a1eada X-VCS-Branch: master Date: Sat, 10 Oct 2015 23:27:04 +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: 8ef2b923-b374-4d01-9e5f-41327647a125 X-Archives-Hash: 4f7823712a9a9e9434cc06c4cbcc1b05 commit: e487865f013b2b4a9e06d6711efe48af15a1eada Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Sat Oct 10 23:27:46 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Oct 10 23:27:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e487865f app-text/libwps: drop base eclass Package-Manager: portage-2.2.23 app-text/libwps/libwps-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libwps/libwps-0.4.2.ebuild b/app-text/libwps/libwps-0.4.2.ebuild index 5ac9cb1..a4f3ee0 100644 --- a/app-text/libwps/libwps-0.4.2.ebuild +++ b/app-text/libwps/libwps-0.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit base eutils +inherit eutils DESCRIPTION="Microsoft Works file word processor format import filter library" HOMEPAGE="http://libwps.sourceforge.net/"