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 785D1139B2A for ; Sun, 13 Sep 2015 18:14:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB70E0855; Sun, 13 Sep 2015 18:14:03 +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 C74BAE0855 for ; Sun, 13 Sep 2015 18:14:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9E28340A38 for ; Sun, 13 Sep 2015 18:14:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA29A178 for ; Sun, 13 Sep 2015 18:14:00 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1442168032.829b599b4e82a7a19b6ddc8028fd720911b3d8d2.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libltdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libltdl/libltdl-2.4.6.ebuild X-VCS-Directories: dev-libs/libltdl/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 829b599b4e82a7a19b6ddc8028fd720911b3d8d2 X-VCS-Branch: master Date: Sun, 13 Sep 2015 18:14:00 +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: b46a9956-e460-445b-a09f-9c4853c09300 X-Archives-Hash: 867d61cdd4967eb91729d14b25fb5c44 commit: 829b599b4e82a7a19b6ddc8028fd720911b3d8d2 Author: Fabian Groffen gentoo org> AuthorDate: Sun Sep 13 18:13:00 2015 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Sep 13 18:13:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829b599b dev-libs/libltdl: added Prefix keywords Package-Manager: portage-2.2.20-prefix dev-libs/libltdl/libltdl-2.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libltdl/libltdl-2.4.6.ebuild b/dev-libs/libltdl/libltdl-2.4.6.ebuild index 0d10038..0615274 100644 --- a/dev-libs/libltdl/libltdl-2.4.6.ebuild +++ b/dev-libs/libltdl/libltdl-2.4.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/libtool/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" # libltdl doesn't have a testsuite. RESTRICT="test"