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 BFDD059CA5 for ; Wed, 23 Mar 2016 16:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E844021C086; Wed, 23 Mar 2016 16:03:49 +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 3E8B421C086 for ; Wed, 23 Mar 2016 16:03:49 +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 6279E340CB8 for ; Wed, 23 Mar 2016 16:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2250286E for ; Wed, 23 Mar 2016 16:03:44 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1458749008.13028c36f9b0ae2328f8e21448c7c75484a3058b.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ltrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ltrace/ltrace-0.5.3.1.ebuild X-VCS-Directories: dev-util/ltrace/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 13028c36f9b0ae2328f8e21448c7c75484a3058b X-VCS-Branch: master Date: Wed, 23 Mar 2016 16:03:44 +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: 9bfc73cb-bb94-45f6-932f-93c818ec1237 X-Archives-Hash: 1482fca0d980163837e005e5a9d0d484 commit: 13028c36f9b0ae2328f8e21448c7c75484a3058b Author: Mike Frysinger gentoo org> AuthorDate: Wed Mar 23 16:01:37 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Mar 23 16:03:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13028c36 dev-util/ltrace: mark 0.5.3.1 alpha stable dev-util/ltrace/ltrace-0.5.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ltrace/ltrace-0.5.3.1.ebuild b/dev-util/ltrace/ltrace-0.5.3.1.ebuild index 3a5bf83..ccce4ab 100644 --- a/dev-util/ltrace/ltrace-0.5.3.1.ebuild +++ b/dev-util/ltrace/ltrace-0.5.3.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://debian/pool/main/l/ltrace/${MY_P}.orig.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="-alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 sparc x86" IUSE="test" RDEPEND="dev-libs/elfutils"