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 C2A5B1381FA for ; Tue, 6 May 2014 17:38:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42E56E06FE; Tue, 6 May 2014 17:38:32 +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 D6D63E06FE for ; Tue, 6 May 2014 17:38:31 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [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 0FA3E33FCCC for ; Tue, 6 May 2014 17:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A25A91818D for ; Tue, 6 May 2014 17:38:28 +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: <1399397892.437d0207ededd873e6db33901e21224286b621ab.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdesu/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kdesu/kdesu-9999.ebuild X-VCS-Directories: kde-frameworks/kdesu/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 437d0207ededd873e6db33901e21224286b621ab X-VCS-Branch: master Date: Tue, 6 May 2014 17:38:28 +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: 2b73d03c-1041-45bc-aa72-2a634c9ff68c X-Archives-Hash: 54570d378056faf35c7a2424b010780e commit: 437d0207ededd873e6db33901e21224286b621ab Author: Michael Palimaka gentoo org> AuthorDate: Tue May 6 17:38:12 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue May 6 17:38:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=437d0207 [kde-frameworks/kdesu] Add missing dependency. Package-Manager: portage-2.2.8-r1 --- kde-frameworks/kdesu/kdesu-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kdesu/kdesu-9999.ebuild b/kde-frameworks/kdesu/kdesu-9999.ebuild index 61cebbb..bd5a90c 100644 --- a/kde-frameworks/kdesu/kdesu-9999.ebuild +++ b/kde-frameworks/kdesu/kdesu-9999.ebuild @@ -15,6 +15,7 @@ IUSE="X" RDEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) $(add_frameworks_dep kpty) $(add_frameworks_dep kservice) "