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 53A7F139694 for ; Sat, 1 Apr 2017 12:36:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B6C021C043; Sat, 1 Apr 2017 12:36:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6555A21C043 for ; Sat, 1 Apr 2017 12:36:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60F7E34106E for ; Sat, 1 Apr 2017 12:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 207DB4C79 for ; Sat, 1 Apr 2017 12:36:51 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1491050203.8352b26c7d89285784d336ccb2ff9c626d11aa0e.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fdk-aac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fdk-aac/fdk-aac-0.1.4-r1.ebuild media-libs/fdk-aac/fdk-aac-0.1.5.ebuild X-VCS-Directories: media-libs/fdk-aac/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 8352b26c7d89285784d336ccb2ff9c626d11aa0e X-VCS-Branch: master Date: Sat, 1 Apr 2017 12:36:51 +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: 3b67a3c3-0ff5-47bc-8716-1ee8918b380c X-Archives-Hash: 7f59dade928cce276741182e605859de commit: 8352b26c7d89285784d336ccb2ff9c626d11aa0e Author: Michael Weber gentoo org> AuthorDate: Sat Apr 1 12:36:25 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Sat Apr 1 12:36:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8352b26c media-libs/fdk-aac: remove empty KEYWORDS. Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-libs/fdk-aac/fdk-aac-0.1.4-r1.ebuild | 3 +-- media-libs/fdk-aac/fdk-aac-0.1.5.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/fdk-aac/fdk-aac-0.1.4-r1.ebuild b/media-libs/fdk-aac/fdk-aac-0.1.4-r1.ebuild index dd067f12453..ff153214e91 100644 --- a/media-libs/fdk-aac/fdk-aac-0.1.4-r1.ebuild +++ b/media-libs/fdk-aac/fdk-aac-0.1.4-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == *9999* ]]; then - KEYWORDS="" SRC_URI="" EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git" [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}" diff --git a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild b/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild index e766207b593..fd331855833 100644 --- a/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild +++ b/media-libs/fdk-aac/fdk-aac-0.1.5.ebuild @@ -4,7 +4,6 @@ EAPI=6 if [[ ${PV} == *9999* ]]; then - KEYWORDS="" SRC_URI="" EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git" [[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"