diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-02-07 21:04:24 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-02-07 21:04:24 +0000 |
commit | 33164c03684277f6109008db19c725d5e599e670 (patch) | |
tree | 30dcf698a0137856325ea4df488ca71cc74bfc81 /gnome-base/gnome-shell | |
parent | Directly inherit multilib, thanks to Arfrever for reporting. (diff) | |
download | gentoo-2-33164c03684277f6109008db19c725d5e599e670.tar.gz gentoo-2-33164c03684277f6109008db19c725d5e599e670.tar.bz2 gentoo-2-33164c03684277f6109008db19c725d5e599e670.zip |
Directly inherit multilib, thanks to Arfrever for reporting.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r-- | gnome-base/gnome-shell/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.2.1-r3.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.2.2.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/gnome-base/gnome-shell/ChangeLog b/gnome-base/gnome-shell/ChangeLog index bd30c35c47e7..8faf11b23000 100644 --- a/gnome-base/gnome-shell/ChangeLog +++ b/gnome-base/gnome-shell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-shell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.9 2012/01/21 02:05:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.10 2012/02/07 21:04:24 tetromino Exp $ + + 07 Feb 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gnome-shell-3.2.1-r3.ebuild, gnome-shell-3.2.2.1.ebuild: + Directly inherit multilib, thanks to Arfrever for reporting. *gnome-shell-3.2.2.1 (21 Jan 2012) diff --git a/gnome-base/gnome-shell/gnome-shell-3.2.1-r3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.2.1-r3.ebuild index e1147a208998..2a407f09291b 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.2.1-r3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.2.1-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.2.1-r3.ebuild,v 1.1 2012/01/13 09:57:08 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.2.1-r3.ebuild,v 1.2 2012/02/07 21:04:24 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" PYTHON_DEPEND="2:2.5" -inherit autotools eutils gnome2 python +inherit autotools eutils gnome2 multilib python DESCRIPTION="Provides core UI functions for the GNOME 3 desktop" HOMEPAGE="http://live.gnome.org/GnomeShell" diff --git a/gnome-base/gnome-shell/gnome-shell-3.2.2.1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.2.2.1.ebuild index ef967a7aef64..2cd7f1dd31a4 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.2.2.1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.2.2.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.2.2.1.ebuild,v 1.1 2012/01/21 02:05:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.2.2.1.ebuild,v 1.2 2012/02/07 21:04:24 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" PYTHON_DEPEND="2:2.5" -inherit autotools eutils gnome2 pax-utils python +inherit autotools eutils gnome2 multilib pax-utils python DESCRIPTION="Provides core UI functions for the GNOME 3 desktop" HOMEPAGE="http://live.gnome.org/GnomeShell" |