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 71E711395E2 for ; Wed, 16 Nov 2016 21:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CA56E07FC; Wed, 16 Nov 2016 21:16:01 +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 36384E07FC for ; Wed, 16 Nov 2016 21:16:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 09AF4341130 for ; Wed, 16 Nov 2016 21:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A405E24A4 for ; Wed, 16 Nov 2016 21:15:57 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1479330943.f680635b7b9f0df2823f070ebe9161f5e9f671bd.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libburn/libburn-1.4.6.ebuild X-VCS-Directories: dev-libs/libburn/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: f680635b7b9f0df2823f070ebe9161f5e9f671bd X-VCS-Branch: master Date: Wed, 16 Nov 2016 21:15:57 +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: a0d3d07a-1242-4f63-8d33-cc802dd819f4 X-Archives-Hash: e051e35a70a2e7f585af7cef96360631 commit: f680635b7b9f0df2823f070ebe9161f5e9f671bd Author: Markus Meier gentoo org> AuthorDate: Wed Nov 16 21:15:43 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Nov 16 21:15:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f680635b dev-libs/libburn: arm stable, bug #598012 Package-Manager: portage-2.3.2 RepoMan-Options: --include-arches="arm" dev-libs/libburn/libburn-1.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libburn/libburn-1.4.6.ebuild b/dev-libs/libburn/libburn-1.4.6.ebuild index a0ccff1..e0fa2e8 100644 --- a/dev-libs/libburn/libburn-1.4.6.ebuild +++ b/dev-libs/libburn/libburn-1.4.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="cdio debug static-libs track-src-odirect" RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"