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 C193B1382C5 for ; Thu, 15 Feb 2018 20:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5082E096D; Thu, 15 Feb 2018 20:51:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3476E096D for ; Thu, 15 Feb 2018 20:51:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BF119335C0C for ; Thu, 15 Feb 2018 20:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14D5A1E0 for ; Thu, 15 Feb 2018 20:51:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518727827.30313b1b849489f3ef5460a32e9d89daf41134fb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-2.11.0-r50.ebuild app-emulation/qemu/qemu-2.11.0.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 30313b1b849489f3ef5460a32e9d89daf41134fb X-VCS-Branch: master Date: Thu, 15 Feb 2018 20:51:19 +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: 9c35a702-e1f2-48cf-bec9-20d76be1fe0d X-Archives-Hash: f227bc82ce77abbe0afa00e5c29a9193 commit: 30313b1b849489f3ef5460a32e9d89daf41134fb Author: Michał Górny gentoo org> AuthorDate: Thu Feb 15 20:50:23 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 15 20:50:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30313b1b app-emulation/qemu: [QA] Fix DoubleEmptyLine app-emulation/qemu/qemu-2.11.0-r50.ebuild | 1 - app-emulation/qemu/qemu-2.11.0.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/app-emulation/qemu/qemu-2.11.0-r50.ebuild b/app-emulation/qemu/qemu-2.11.0-r50.ebuild index cbd136db0a8..b055fef920a 100644 --- a/app-emulation/qemu/qemu-2.11.0-r50.ebuild +++ b/app-emulation/qemu/qemu-2.11.0-r50.ebuild @@ -26,7 +26,6 @@ else SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r0.tar.xz" fi - DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org" diff --git a/app-emulation/qemu/qemu-2.11.0.ebuild b/app-emulation/qemu/qemu-2.11.0.ebuild index 3965ae8920a..5a2f53f7be5 100644 --- a/app-emulation/qemu/qemu-2.11.0.ebuild +++ b/app-emulation/qemu/qemu-2.11.0.ebuild @@ -25,7 +25,6 @@ else SRC_URI+=" https://dev.gentoo.org/~tamiko/distfiles/${P}-patches-r0.tar.xz" fi - DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org"