diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-13 14:26:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-13 14:26:30 +0000 |
commit | 2b0eddb82a7c5bfb038bb5b5fc1565a0cd187a91 (patch) | |
tree | 20787f644d7b70aaf49d914e20d5fca6f0e13b19 /x11-apps/fusion-icon | |
parent | Bump manifest due to upstream silently switching binaries (diff) | |
download | gentoo-2-2b0eddb82a7c5bfb038bb5b5fc1565a0cd187a91.tar.gz gentoo-2-2b0eddb82a7c5bfb038bb5b5fc1565a0cd187a91.tar.bz2 gentoo-2-2b0eddb82a7c5bfb038bb5b5fc1565a0cd187a91.zip |
Revision bump to move to EAPI=4 and ensure that either gtk or qt4 are enabled.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/fusion-icon')
-rw-r--r-- | x11-apps/fusion-icon/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild (renamed from x11-apps/fusion-icon/fusion-icon-0.1-r1.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-apps/fusion-icon/ChangeLog b/x11-apps/fusion-icon/ChangeLog index d4af5a819027..e06cc3a48146 100644 --- a/x11-apps/fusion-icon/ChangeLog +++ b/x11-apps/fusion-icon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-apps/fusion-icon # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fusion-icon/ChangeLog,v 1.8 2011/04/18 21:58:54 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fusion-icon/ChangeLog,v 1.9 2011/11/13 14:26:29 flameeyes Exp $ + +*fusion-icon-0.1-r2 (13 Nov 2011) + + 13 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> + +fusion-icon-0.1-r2.ebuild, -fusion-icon-0.1-r1.ebuild: + Revision bump to move to EAPI=4 and ensure that either gtk or qt4 are enabled. 18 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> fusion-icon-0.1-r1.ebuild: diff --git a/x11-apps/fusion-icon/fusion-icon-0.1-r1.ebuild b/x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild index 9a1dcfc3a545..608ced248a60 100644 --- a/x11-apps/fusion-icon/fusion-icon-0.1-r1.ebuild +++ b/x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/fusion-icon/fusion-icon-0.1-r1.ebuild,v 1.4 2011/04/18 21:58:54 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/fusion-icon/fusion-icon-0.1-r2.ebuild,v 1.1 2011/11/13 14:26:29 flameeyes Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" inherit distutils gnome2-utils @@ -18,6 +18,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gtk qt4" +REQUIRED_USE="|| ( gtk qt4 )" + RDEPEND=" >=dev-python/compizconfig-python-${MINIMUM_COMPIZ_RELEASE} >=x11-wm/compiz-${MINIMUM_COMPIZ_RELEASE} |