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 099B21385FB for ; Tue, 22 Jan 2013 16:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1150CE055B; Tue, 22 Jan 2013 16:38:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5473E055B for ; Tue, 22 Jan 2013 16:38:21 +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 BC1F733C2F0 for ; Tue, 22 Jan 2013 16:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 276F6E4073 for ; Tue, 22 Jan 2013 16:38:19 +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: <1358872466.efc2e7b050695cce22b7cbdb71cc13444781f19e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/ X-VCS-Repository: proj/kde X-VCS-Files: app-text/kbibtex/kbibtex-9999.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: efc2e7b050695cce22b7cbdb71cc13444781f19e X-VCS-Branch: master Date: Tue, 22 Jan 2013 16:38: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: 5fa4c6af-e4cd-4467-b723-d5e8e88fa7d9 X-Archives-Hash: 307b00dc80ce355f39e16642b600bf4d commit: efc2e7b050695cce22b7cbdb71cc13444781f19e Author: Michael Palimaka gentoo org> AuthorDate: Tue Jan 22 16:34:26 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jan 22 16:34:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=efc2e7b0 [app-text/kbibtex] Add missing dependency wrt bug #453320. Package-Manager: portage-2.1.11.48 --- app-text/kbibtex/kbibtex-9999.ebuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild index 34e7301..434713c 100644 --- a/app-text/kbibtex/kbibtex-9999.ebuild +++ b/app-text/kbibtex/kbibtex-9999.ebuild @@ -27,6 +27,7 @@ DEPEND=" dev-libs/libxml2 dev-libs/libxslt virtual/tex-base + x11-libs/libqxt " RDEPEND="${DEPEND} dev-tex/bibtex2html"