Gentoo Archives: gentoo-dev

From: Brian Harring <ferringb@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] About forcing rebuilds of other packages issue
Date: Sun, 10 Jun 2012 22:50:23
Message-Id: 20120610224950.GA3709@localhost
In Reply to: Re: [gentoo-dev] About forcing rebuilds of other packages issue by Ciaran McCreesh
1 On Sun, Jun 10, 2012 at 01:25:55PM +0100, Ciaran McCreesh wrote:
2 > On Sat, 09 Jun 2012 13:55:53 -0700
3 > Zac Medico <zmedico@g.o> wrote:
4 > > A dependency atom will have optional SLOT and ABI_SLOT parts. Using
5 > > the dbus-glib depedency on glib:2 as an example [1], the dbus-glib
6 > > dependency will be expressed with an atom such as dev-libs/glib:2:=
7 > > and the package manager will translate that atom to
8 > > dev-libs/glib:2:=2.32 at build time. So, ':' is always used to
9 > > distinguish SLOT deps, and ':=' is always used to distinguish
10 > > ABI_SLOT deps. Is that syntax good?
11 >
12 > Here's a nicer syntax: no ABI_SLOT variable, and SLOT="2/2.32".
13
14 Hate the slash; just looks ugly to me (so starts the bikeshed).
15
16 Sans that naggle, notions fine however; not sure I'm a fan of people
17 being able to specify the exact ABI they need from an ebuild while
18 it's in source form, but may be of use for emul-* packages.
19
20 ~harring

Replies

Subject Author
Re: [gentoo-dev] About forcing rebuilds of other packages issue Ian Stakenvicius <axs@g.o>