From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OogEl-0003vO-LH for garchives@archives.gentoo.org; Thu, 26 Aug 2010 17:27:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0A32E108C; Thu, 26 Aug 2010 17:27:21 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 82ABCE108C for ; Thu, 26 Aug 2010 17:27:21 +0000 (UTC) Received: by yxh35 with SMTP id 35so1121644yxh.40 for ; Thu, 26 Aug 2010 10:27:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=RpWJakBX99u6Q4PgGNqGiVkNTRRGU7VLzkx+lqbyKFM=; b=umEh2rv49SxswqyFd/iIBy9IPNcJw7c/JTI5Y16cXjjadauh3NTK6trMsElQ6OzfsC h9oyle/NEsFSYz2TSdttlRxW3NGwvpxhCjlzkJ0yQBYIaPrdCUkywBJpNQTIbDioLLMA Xq+G/jzqGLJ5ifASTTtc200mUn/zakgOWutsQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=i/pcjyWWZpIuLtzDOYb5y9zGlnw5YVk2NvOUSXGfdBrn2yrqez4MhZDACWtTVSa1k+ cwO6+aB2jjVD+O4dXLcCwx2B5/f3oNkoJI8I2vKM9u89IHa50ig96np2SMHGPv2FT2/E SXK3zylExK5WpyCGTccGH0TjD35c9ZAFyAoQ8= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.150.177.10 with SMTP id z10mr456032ybe.280.1282843641140; Thu, 26 Aug 2010 10:27:21 -0700 (PDT) Received: by 10.231.36.205 with HTTP; Thu, 26 Aug 2010 10:27:21 -0700 (PDT) Date: Thu, 26 Aug 2010 19:27:21 +0200 Message-ID: Subject: [gentoo-user] ebuilds and overlay From: Al To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 0466fd9f-edc4-487d-8823-83a0ec057ee8 X-Archives-Hash: 1e6a14cc81691aa3ff2c7084cf7af7db Hello! I created my first overlay and want to patch the sys-devel/binutils package. In this package I not only find one ebuild, but a list of different versions. Do this versions depend on each other so that I all have to copy them into my overlay? Or can I simply start with the latest one? Al