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 4BF92138825 for ; Sat, 1 Nov 2014 16:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE3BE090B; Sat, 1 Nov 2014 16:54:39 +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 87A6FE090B for ; Sat, 1 Nov 2014 16:54:39 +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 81B103403E6 for ; Sat, 1 Nov 2014 16:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CFDF9386 for ; Sat, 1 Nov 2014 16:54:37 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1414860731.e05297a7a6e8b4c4faa882a04197522ab3d983a1.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: gentoo/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: gentoo/release-prepare.sh X-VCS-Directories: gentoo/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: e05297a7a6e8b4c4faa882a04197522ab3d983a1 X-VCS-Branch: master Date: Sat, 1 Nov 2014 16:54:37 +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: f22e4a7b-cba3-4928-8d89-6e2a652db420 X-Archives-Hash: a82c4028639fcb125f7afd22225275f7 commit: e05297a7a6e8b4c4faa882a04197522ab3d983a1 Author: Sven Vermeulen siphos be> AuthorDate: Sat Nov 1 16:52:11 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Nov 1 16:52:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=e05297a7 No need for KEYWORDS edits anymore, is now part of ebuild as well --- gentoo/release-prepare.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/gentoo/release-prepare.sh b/gentoo/release-prepare.sh index 5d578d6..1e0ce34 100644 --- a/gentoo/release-prepare.sh +++ b/gentoo/release-prepare.sh @@ -88,7 +88,6 @@ createEbuilds() { do [[ -f "${PKG}/${PKG}-9999.ebuild" ]] || continue; cp ${PKG}/${PKG}-9999.ebuild ${PKG}/${PKG}-${NEWVERSION}.ebuild; - sed -i -e 's:^KEYWORDS="":KEYWORDS="~amd64 ~x86":g' ${PKG}/${PKG}-${NEWVERSION}.ebuild; done printf "done\n"; }