diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-04-21 15:22:48 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-04-21 15:22:48 +0000 |
commit | 3ebe9a84ad1d4bb844077b3958ed17fd47c04e56 (patch) | |
tree | 4616e14d64a8985e6ed5c2c92401a6e0c32f9ff5 /x11-misc | |
parent | Use same conf.d file for nouveau and nvidia, allowing both supports to co-exist. (diff) | |
download | gentoo-2-3ebe9a84ad1d4bb844077b3958ed17fd47c04e56.tar.gz gentoo-2-3ebe9a84ad1d4bb844077b3958ed17fd47c04e56.tar.bz2 gentoo-2-3ebe9a84ad1d4bb844077b3958ed17fd47c04e56.zip |
Inherit user.eclass is enough for us.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bumblebee/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/bumblebee/bumblebee-3.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/bumblebee/ChangeLog b/x11-misc/bumblebee/ChangeLog index 48d82787905e..0b2af6b41977 100644 --- a/x11-misc/bumblebee/ChangeLog +++ b/x11-misc/bumblebee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bumblebee # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/ChangeLog,v 1.2 2012/04/21 14:52:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/ChangeLog,v 1.3 2012/04/21 15:22:48 pacho Exp $ + + 21 Apr 2012; Pacho Ramos <pacho@gentoo.org> bumblebee-3.0-r1.ebuild: + Inherit user.eclass is enough for us. *bumblebee-3.0-r1 (21 Apr 2012) diff --git a/x11-misc/bumblebee/bumblebee-3.0-r1.ebuild b/x11-misc/bumblebee/bumblebee-3.0-r1.ebuild index 0c7d6cce3069..ba5af2373d96 100644 --- a/x11-misc/bumblebee/bumblebee-3.0-r1.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/bumblebee-3.0-r1.ebuild,v 1.1 2012/04/21 14:52:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/bumblebee-3.0-r1.ebuild,v 1.2 2012/04/21 15:22:48 pacho Exp $ EAPI="4" -inherit multilib eutils +inherit multilib user DESCRIPTION="Service providing elegant and stable means of managing Optimus graphics chipsets" HOMEPAGE="https://github.com/Bumblebee-Project/Bumblebee" |