diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-13 19:33:44 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-13 19:33:44 +0000 |
commit | fa87a9f2b478766da485b4687b8ca2410717387f (patch) | |
tree | fa86bc07a1deb9b383d750244930598da351783c /gnome-base | |
parent | Use mask due missing keywords, bug #478254 (diff) | |
download | gentoo-2-fa87a9f2b478766da485b4687b8ca2410717387f.tar.gz gentoo-2-fa87a9f2b478766da485b4687b8ca2410717387f.tar.bz2 gentoo-2-fa87a9f2b478766da485b4687b8ca2410717387f.zip |
Rekeyword as missing dep was finally keyworded, bug #478082
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gnome/gnome-3.8.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/gnome/ChangeLog b/gnome-base/gnome/ChangeLog index 27b98cf61e9a..12f50e55172a 100644 --- a/gnome-base/gnome/ChangeLog +++ b/gnome-base/gnome/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gnome # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.463 2013/10/31 07:24:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/ChangeLog,v 1.464 2013/11/13 19:33:44 pacho Exp $ + + 13 Nov 2013; Pacho Ramos <pacho@gentoo.org> gnome-3.8.0-r1.ebuild: + Rekeyword as missing dep was finally keyworded, bug #478082 *gnome-3.8.0-r1 (31 Oct 2013) diff --git a/gnome-base/gnome/gnome-3.8.0-r1.ebuild b/gnome-base/gnome/gnome-3.8.0-r1.ebuild index 391bc719e870..e20342dad037 100644 --- a/gnome-base/gnome/gnome-3.8.0-r1.ebuild +++ b/gnome-base/gnome/gnome-3.8.0-r1.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/gnome-base/gnome/gnome-3.8.0-r1.ebuild,v 1.1 2013/10/31 07:24:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-3.8.0-r1.ebuild,v 1.2 2013/11/13 19:33:44 pacho Exp $ EAPI="5" @@ -12,7 +12,7 @@ SLOT="2.0" # Cannot be installed at the same time as gnome-2 # when unmasking for an arch # double check none of the deps are still masked ! -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="accessibility +bluetooth +classic +cdr cups +extras flashback" |