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 87555138334 for ; Fri, 26 Jul 2019 22:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6A06E0817; Fri, 26 Jul 2019 22:29:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E5C2E0817 for ; Fri, 26 Jul 2019 22:29:18 +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 89EF7348C66 for ; Fri, 26 Jul 2019 22:29:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27FBA1BA for ; Fri, 26 Jul 2019 22:29:16 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1564180114.5239595f45766d85511c580faac1d4b13bde38ef.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/google-talkplugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-plugins/google-talkplugin/google-talkplugin-9999.ebuild X-VCS-Directories: www-plugins/google-talkplugin/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 5239595f45766d85511c580faac1d4b13bde38ef X-VCS-Branch: master Date: Fri, 26 Jul 2019 22:29:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d9a94f0-65b3-41ee-929a-38d0846ae728 X-Archives-Hash: d24a900f5a52539fb56c89750818f9ea commit: 5239595f45766d85511c580faac1d4b13bde38ef Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 26 21:11:37 2019 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Jul 26 22:28:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5239595f www-plugins/google-talkplugin: fix inherit Closes: https://bugs.gentoo.org/690754 Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Christoph Junghans gentoo.org> www-plugins/google-talkplugin/google-talkplugin-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild index 31e21372df5..0c9566d816e 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-9999.ebuild @@ -14,10 +14,10 @@ if [ "${PV}" != "9999" ]; then amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )" KEYWORDS="-* ~amd64 ~x86" else - inherit cvs #hack to make it part of @live-rebuild MY_URL="https://dl.google.com/linux/direct" MY_PKG="${PN}_current_i386.deb" SRC_URI="" + PROPERTIES="live" fi DESCRIPTION="Video chat browser plug-in for Google Talk"