From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 373351381FA for ; Fri, 23 May 2014 06:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F85DE08C2; Fri, 23 May 2014 06:11: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 0C089E08C2 for ; Fri, 23 May 2014 06:11:04 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D567833FF21 for ; Fri, 23 May 2014 06:11:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7D3E91818D for ; Fri, 23 May 2014 06:11:02 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1400825443.89d45e128c7f4aec0d037a1e5abb14295a28c2e5.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-0.7.0.ebuild X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 89d45e128c7f4aec0d037a1e5abb14295a28c2e5 X-VCS-Branch: master Date: Fri, 23 May 2014 06:11:02 +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: e6687edc-0775-4b45-adcc-455f6d3277e8 X-Archives-Hash: 73c4bccf93ad97d963d4bb0a4dad3d3e commit: 89d45e128c7f4aec0d037a1e5abb14295a28c2e5 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 23 06:10:43 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri May 23 06:10:43 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=89d45e12 [lxqt-base/lxqt-meta] Set S wrt bug #510398. Package-Manager: portage-2.2.8-r1 RepoMan-Options: --force --- lxqt-base/lxqt-meta/lxqt-meta-0.7.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.7.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.7.0.ebuild index 36b8c24..c5b8620 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.7.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.7.0.ebuild @@ -40,6 +40,8 @@ RDEPEND=" ~lxqt-base/lxqt-session-${PV} ~x11-misc/pcmanfm-qt-${PV}" +S=${WORKDIR} + pkg_postinst() { readme.gentoo_pkg_postinst }