From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6D6E138330 for ; Sun, 9 Oct 2016 03:37:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D47A5E0B71; Sun, 9 Oct 2016 03:37:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 796DEE0B71 for ; Sun, 9 Oct 2016 03:37:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 143493415EA for ; Sun, 9 Oct 2016 03:37:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8206724AB for ; Sun, 9 Oct 2016 03:37:10 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1475984188.8e3c8304f9d7ec99c42eb4049a09a753ee3ca179.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/unison/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/unison/unison-2.48.4.ebuild X-VCS-Directories: net-misc/unison/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 8e3c8304f9d7ec99c42eb4049a09a753ee3ca179 X-VCS-Branch: master Date: Sun, 9 Oct 2016 03:37:10 +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: 2a294679-3cca-44ba-b4e6-6f3cdad93a9a X-Archives-Hash: a0cc55c75c328401cbeeae05061b3f68 commit: 8e3c8304f9d7ec99c42eb4049a09a753ee3ca179 Author: Benda Xu gentoo org> AuthorDate: Sun Oct 9 03:36:00 2016 +0000 Commit: Benda XU gentoo org> CommitDate: Sun Oct 9 03:36:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3c8304 net-misc/unison: use eselect update to set a default. Package-Manager: portage-2.3.0 net-misc/unison/unison-2.48.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/unison/unison-2.48.4.ebuild b/net-misc/unison/unison-2.48.4.ebuild index 7d93a41..db3ab88 100644 --- a/net-misc/unison/unison-2.48.4.ebuild +++ b/net-misc/unison/unison-2.48.4.ebuild @@ -80,4 +80,5 @@ pkg_postinst() { elog "Unison now uses SLOTs, so you can specify servercmd=/usr/bin/unison-${SLOT}" elog "in your profile files to access exactly this version over ssh." elog "Or you can use 'eselect unison' to set the version." + eselect unison update }