From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A77A138806 for ; Mon, 25 Dec 2017 15:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 494CCE0ECD; Mon, 25 Dec 2017 15:20:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2660CE0ECD for ; Mon, 25 Dec 2017 15:20:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3615C33D4A6 for ; Mon, 25 Dec 2017 15:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D6B7AE89 for ; Mon, 25 Dec 2017 15:20:10 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1514215197.b150557331a9f601591e4e0a5d0446ca0baf499d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/scribus/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/scribus/scribus-1.5.3-r1.ebuild app-office/scribus/scribus-9999.ebuild X-VCS-Directories: app-office/scribus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b150557331a9f601591e4e0a5d0446ca0baf499d X-VCS-Branch: master Date: Mon, 25 Dec 2017 15:20:10 +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: 7aa58287-5ac7-4adf-bf37-068d5b0c9ce0 X-Archives-Hash: f5b147ed681f833d26f016322bff8a0f commit: b150557331a9f601591e4e0a5d0446ca0baf499d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 25 14:34:32 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 25 15:19:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1505573 app-office/scribus: Drop unused multilib.eclass Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-office/scribus/scribus-1.5.3-r1.ebuild | 2 +- app-office/scribus/scribus-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/scribus/scribus-1.5.3-r1.ebuild b/app-office/scribus/scribus-1.5.3-r1.ebuild index b6bac44b0c0..84dfa68cf39 100644 --- a/app-office/scribus/scribus-1.5.3-r1.ebuild +++ b/app-office/scribus/scribus-1.5.3-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="tk?" CMAKE_MAKEFILE_GENERATOR=ninja CMAKE_MIN_VERSION=3.2.0 -inherit cmake-utils eutils flag-o-matic gnome2 multilib python-single-r1 xdg-utils +inherit cmake-utils eutils flag-o-matic gnome2 python-single-r1 xdg-utils DESCRIPTION="Desktop publishing (DTP) and layout program" HOMEPAGE="http://www.scribus.net/" diff --git a/app-office/scribus/scribus-9999.ebuild b/app-office/scribus/scribus-9999.ebuild index c8a8fc3bff0..af1d918410c 100644 --- a/app-office/scribus/scribus-9999.ebuild +++ b/app-office/scribus/scribus-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="tk?" CMAKE_MAKEFILE_GENERATOR=ninja CMAKE_MIN_VERSION=3.2.0 -inherit cmake-utils eutils flag-o-matic gnome2 multilib python-single-r1 subversion xdg-utils +inherit cmake-utils eutils flag-o-matic gnome2 python-single-r1 subversion xdg-utils DESCRIPTION="Desktop publishing (DTP) and layout program" HOMEPAGE="http://www.scribus.net/"