Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: kde@g.o
Subject: [gentoo-dev] New eclass: cmake-multilib for cmake multilib package builds
Date: Tue, 05 Feb 2013 20:19:44
Message-Id: 1360095564-18154-1-git-send-email-mgorny@gentoo.org
1 The idea is the same as in autotools-multilib. The eclass
2 is a straightfoward wrapper for cmake-utils which inherits
3 multilib-build and runs cmake phase functions for all ABIs (using
4 out-of-source build).
5
6 The eclass uses the same header consistency check as autotools-multilib
7 (therefore, I move the function to multilib-build).
8
9 I'm attaching an ebuild for virtualgl as an example of use.

Replies