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 6270913838B for ; Wed, 17 Sep 2014 14:20:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9707DE085E; Wed, 17 Sep 2014 14:20:19 +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 4A46CE085E for ; Wed, 17 Sep 2014 14:20:19 +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 5C33033F8D5 for ; Wed, 17 Sep 2014 14:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81AE25CE5 for ; Wed, 17 Sep 2014 14:20:16 +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: <1410963611.554829544fa30715ed1ee8a990c30a81f14a8aa7.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-text/presage/ X-VCS-Repository: proj/kde X-VCS-Files: app-text/presage/presage-0.8.8.ebuild X-VCS-Directories: app-text/presage/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 554829544fa30715ed1ee8a990c30a81f14a8aa7 X-VCS-Branch: master Date: Wed, 17 Sep 2014 14:20:16 +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: 148316a1-edba-4bec-a31b-74840107a64f X-Archives-Hash: 9d9e71d0164d9f967720c4bf31fe5f76 commit: 554829544fa30715ed1ee8a990c30a81f14a8aa7 Author: Michael Palimaka gentoo org> AuthorDate: Wed Sep 17 14:20:11 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Sep 17 14:20:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=55482954 [app-text/presage] Update dependencies. unix2dos has been superceded by dos2unix which contains both tools. Package-Manager: portage-2.2.10 --- app-text/presage/presage-0.8.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/presage/presage-0.8.8.ebuild b/app-text/presage/presage-0.8.8.ebuild index 8873e07..3280e86 100644 --- a/app-text/presage/presage-0.8.8.ebuild +++ b/app-text/presage/presage-0.8.8.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="doc examples gtk python sqlite test" RDEPEND=" - app-text/unix2dos + app-text/dos2unix examples? ( sys-libs/ncurses ) gtk? ( x11-libs/gtk+ ) python? ( dev-lang/python dev-python/dbus-python )