diff options
author | 2013-08-31 09:14:04 +0000 | |
---|---|---|
committer | 2013-08-31 09:14:04 +0000 | |
commit | a5b18c95bfdf8301c4c77eefd78f528594983132 (patch) | |
tree | 23cade604b06862c6c1c2b316d0d5ff8259a75f1 /x11-misc | |
parent | Stable for amd64, wrt bug #480304 (diff) | |
download | gentoo-2-a5b18c95bfdf8301c4c77eefd78f528594983132.tar.gz gentoo-2-a5b18c95bfdf8301c4c77eefd78f528594983132.tar.bz2 gentoo-2-a5b18c95bfdf8301c4c77eefd78f528594983132.zip |
Stable for amd64, wrt bug #480128
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bumblebee/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/bumblebee/bumblebee-3.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/bumblebee/ChangeLog b/x11-misc/bumblebee/ChangeLog index 62ccd5bcad00..3b52e08e7752 100644 --- a/x11-misc/bumblebee/ChangeLog +++ b/x11-misc/bumblebee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/bumblebee # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/ChangeLog,v 1.14 2013/05/26 18:55:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/ChangeLog,v 1.15 2013/08/31 09:14:04 ago Exp $ + + 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> bumblebee-3.2.1.ebuild: + Stable for amd64, wrt bug #480128 *bumblebee-3.2.1 (26 May 2013) diff --git a/x11-misc/bumblebee/bumblebee-3.2.1.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1.ebuild index 9ff92ad23e82..4d56ddc63346 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/bumblebee-3.2.1.ebuild,v 1.1 2013/05/26 18:55:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/bumblebee-3.2.1.ebuild,v 1.2 2013/08/31 09:14:04 ago Exp $ EAPI=5 inherit eutils multilib readme.gentoo systemd user @@ -11,7 +11,7 @@ SRC_URI="http://bumblebee-project.org/${P}.tar.gz" SLOT="0" LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+bbswitch video_cards_nouveau video_cards_nvidia" |