From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-191252-garchives=archives.gentoo.org@lists.gentoo.org> 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 482381382C5 for <garchives@archives.gentoo.org>; Thu, 14 May 2020 19:28:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93883E09CA; Thu, 14 May 2020 19:28:18 +0000 (UTC) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) (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 3D176E0985 for <gentoo-user@lists.gentoo.org>; Thu, 14 May 2020 19:28:18 +0000 (UTC) Received: by mail-ej1-f53.google.com with SMTP id s9so3827261eju.1 for <gentoo-user@lists.gentoo.org>; Thu, 14 May 2020 12:28:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=VBi+AAgxOHsTVeO9Pq4AYwAXrjz+0+s4kOHeH73lKy8=; b=g4YX70/ejsLnvRqZ4DoXYXiuQzQA2NCX0VuzB9PrP7GuDneLGklJ1c3OtKRNjzNcWN 6a7M4U3Y5G/sN1JuvthI2Bn1TEbqeA7pKp6F4pKXqInXv/BqH6Wh+Nq5putTjyYfbdq6 l/iKssjkHvc3B8AjyC620nBnpv/oSHzyNpUBZ3VokujFxD/q4JelsmOgLUlqQYbAvx3Q tevPgwsyvZI0i1Le7boZzcAqhjcCOzXHq0PytX048vC6s9CwMUloXY+xrqLT0kMBc4/0 cb4HuMZLdajufTH5FVZ3YsKySY8quIZ5WXUMvSmw64NAZyZ4BTR0n5DlL5D4O86+dtLb 8WQQ== X-Gm-Message-State: AOAM532odJDBrIf5OiaP6O8RMAd5bi0nQ6O9goYY2eLQHIzudvD+LV6/ syLHJXQb7YqMLg1ltCjjXZSpEIXrTAnQy8GK++vQqUP8 X-Google-Smtp-Source: ABdhPJza3StEuuslbvMD6dAAH0C0HxXj1lWaV3X8N9/nnN8sBfx/6XLn1u/xhSI1ob2MPhoubGWYJK6+VEFkPDWK8TM= X-Received: by 2002:a17:906:829a:: with SMTP id h26mr5261988ejx.133.1589484495773; Thu, 14 May 2020 12:28:15 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <30425f04-1d8d-f436-fed7-001d9bacd434@web.de> In-Reply-To: <30425f04-1d8d-f436-fed7-001d9bacd434@web.de> From: Rich Freeman <rich0@gentoo.org> Date: Thu, 14 May 2020 15:28:03 -0400 Message-ID: <CAGfcS_nmUxRJbQp+jgddaRT=1gpORxefn2eAbEKGriMy95YH1w@mail.gmail.com> Subject: Re: [gentoo-user] no ebuilds for telegram To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 9d404193-31bd-47f0-8fe8-833dbbbaabed X-Archives-Hash: 24c6cf55f31f2238a800b232e056d1e1 On Thu, May 14, 2020 at 3:10 PM n952162 <n952162@web.de> wrote: > > I tried to emerge net-im/telegram-desktop > but it said: > > emerge: there are no ebuilds to satisfy "net-im/telegram-desktop". > Are you sure there is nothing wrong with your local repository? I assume you're running an amd64 system/profile based on your accept_keywords change? Nothing particularly exciting is going on with that package as far as I can tell from the git log. Have you tried looking at your repository in the net-im directory to see if it is there? What happens if you run an emerge --sync - you don't get any errors? In theory you can just delete the entire repository directory and run emerge --sync again to re-create a clean version if in doubt. Also, do a grep -r telegram in /etc/portage and see if the package is mentioned in any of your config files. Oh, and while your email seems to be using standard ASCII, make sure you're not copy/pasting em-dashes or anything non-ASCII into your terminal. I have no idea how portage handles such things but if you paste a utf8 em-dash into the package name I wouldn't be surprised if it doesn't find it. -- Rich