Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/sc/
Date: Fri, 15 Feb 2019 07:03:17
Message-Id: 1550214168.e6626ea6fab7d5ae2ea47c72ca2efce8f05bb8bc.zlogene@gentoo
1 commit: e6626ea6fab7d5ae2ea47c72ca2efce8f05bb8bc
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 07:02:48 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 07:02:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6626ea6
7
8 app-office/sc: Drop unused inherit
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-office/sc/sc-7.16-r2.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-office/sc/sc-7.16-r2.ebuild b/app-office/sc/sc-7.16-r2.ebuild
17 index 110d56ec4ae..9c44579d910 100644
18 --- a/app-office/sc/sc-7.16-r2.ebuild
19 +++ b/app-office/sc/sc-7.16-r2.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -inherit eutils multilib toolchain-funcs
25 +
26 +inherit toolchain-funcs
27
28 DESCRIPTION="Spreadsheet Calculator"
29 SRC_URI="ftp://ibiblio.org/pub/Linux/apps/financial/spreadsheet/${P}.tar.gz"