diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-10 14:37:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-10 14:37:18 +0000 |
commit | 75e6bdb1ab6d01a9b15f819130282c40d76b21be (patch) | |
tree | 46555cc33d3361a47b0db3d1d7c4770c3ca80816 /x11-themes | |
parent | USE="minimal" to avoid installing Inherits. (diff) | |
download | gentoo-2-75e6bdb1ab6d01a9b15f819130282c40d76b21be.tar.gz gentoo-2-75e6bdb1ab6d01a9b15f819130282c40d76b21be.tar.bz2 gentoo-2-75e6bdb1ab6d01a9b15f819130282c40d76b21be.zip |
USE="minimal" to avoid installing Inherits.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/nou-icon-theme/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-themes/nou-icon-theme/ChangeLog b/x11-themes/nou-icon-theme/ChangeLog index 57e0df72bac0..2ef2ae8a2c28 100644 --- a/x11-themes/nou-icon-theme/ChangeLog +++ b/x11-themes/nou-icon-theme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/nou-icon-theme # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/nou-icon-theme/ChangeLog,v 1.1 2010/11/07 18:21:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/nou-icon-theme/ChangeLog,v 1.2 2010/11/10 14:37:18 ssuominen Exp $ + + 10 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> + nou-icon-theme-09.02.08.ebuild: + USE="minimal" to avoid installing Inherits. *nou-icon-theme-09.02.08 (07 Nov 2010) diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild index 32ffee683bb1..a9391966237f 100644 --- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild +++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild,v 1.1 2010/11/07 18:21:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild,v 1.2 2010/11/10 14:37:18 ssuominen Exp $ inherit gnome2-utils versionator @@ -13,9 +13,9 @@ SRC_URI="http://www.silvestre.com.ar/icons/Nou-${MY_PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="minimal" -RDEPEND="|| ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme )" +RDEPEND="!minimal? ( || ( x11-themes/tango-icon-theme x11-themes/gnome-icon-theme ) )" DEPEND="" RESTRICT="binchecks strip" |