From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Si4kc-0007KQ-S9 for garchives@archives.gentoo.org; Fri, 22 Jun 2012 14:22:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB84EE0BA3; Fri, 22 Jun 2012 14:21:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7BB5CE0BA3 for ; Fri, 22 Jun 2012 14:21:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 562FB1B400B for ; Fri, 22 Jun 2012 14:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0124AE5439 for ; Fri, 22 Jun 2012 14:21:53 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1340372948.112861a84bc9afe58d731f7df975e486aaf9c71f.xarthisius@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/modules/ChangeLog sys-cluster/modules/modules-3.2.9c.ebuild X-VCS-Directories: sys-cluster/modules/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 112861a84bc9afe58d731f7df975e486aaf9c71f X-VCS-Branch: master Date: Fri, 22 Jun 2012 14:21:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: cf5f2d32-d08f-4722-aa62-934688929752 X-Archives-Hash: 492e237ed2226011db73c737c366d61e commit: 112861a84bc9afe58d731f7df975e486aaf9c71f Author: Nicolas Bock gmail com> AuthorDate: Fri Jun 22 13:49:08 2012 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Fri Jun 22 13:49:08 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D112861a8 Added libX11 dependency. (Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit) --- sys-cluster/modules/ChangeLog | 3 +++ sys-cluster/modules/modules-3.2.9c.ebuild | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sys-cluster/modules/ChangeLog b/sys-cluster/modules/ChangeLo= g index 3956395..90c16da 100644 --- a/sys-cluster/modules/ChangeLog +++ b/sys-cluster/modules/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 22 Jun 2012; Nick modules-3.2.9c.ebuild: + Added libX11 dependency. + 21 Jun 2012; Nick metadata.xml, modules-3.2.9c.ebui= ld: Fixed package description. =20 diff --git a/sys-cluster/modules/modules-3.2.9c.ebuild b/sys-cluster/modu= les/modules-3.2.9c.ebuild index 0ea8e12..4afb57c 100644 --- a/sys-cluster/modules/modules-3.2.9c.ebuild +++ b/sys-cluster/modules/modules-3.2.9c.ebuild @@ -18,6 +18,7 @@ IUSE=3D"X" DEPEND=3D" dev-lang/tcl dev-tcltk/tclx + X? ( x11-libs/libX11 ) " RDEPEND=3D"${DEPEND}" =20