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 6F3FA138A1A for ; Tue, 10 Feb 2015 10:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DFDDE0AD0; Tue, 10 Feb 2015 10:34:05 +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 99CC2E0AD2 for ; Tue, 10 Feb 2015 10:34:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83E2A340906 for ; Tue, 10 Feb 2015 10:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38A8611722 for ; Tue, 10 Feb 2015 10:34:00 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1423564426.8d2aefc5493434a77209d00c1ff448dbe2f073da.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/ X-VCS-Repository: proj/qt X-VCS-Files: dev-libs/libqtxdg/libqtxdg-9999.ebuild X-VCS-Directories: dev-libs/libqtxdg/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 8d2aefc5493434a77209d00c1ff448dbe2f073da X-VCS-Branch: master Date: Tue, 10 Feb 2015 10:34:00 +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: b4dc62f3-1abd-40f5-856e-92374d6e22da X-Archives-Hash: 73ce8e03e16502fdc32d2b8a64d95382 commit: 8d2aefc5493434a77209d00c1ff448dbe2f073da Author: Ben de Groot gentoo org> AuthorDate: Tue Feb 10 10:33:46 2015 +0000 Commit: Ben de Groot gentoo org> CommitDate: Tue Feb 10 10:33:46 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8d2aefc5 dev-libs/libqtxdg: drop S reassignment --- dev-libs/libqtxdg/libqtxdg-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index 99d0b71..6e3dd59 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -14,7 +14,6 @@ if [[ ${PV} = *9999* ]]; then else SRC_URI="http://downloads.lxqt.org/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}" fi LICENSE="LGPL-2.1"