--- shiki-colors-4.6.ebuild 2010-03-14 10:46:29.000000000 -0300 +++ shiki-colors-4.6.ebuild 2010-07-12 15:06:07.430027958 -0300 @@ -7,16 +7,18 @@ DESCRIPTION="Shiki-Colors mixes the elegance of a dark theme with the usability of a light theme" HOMEPAGE="http://code.google.com/p/gnome-colors/" -SRC_URI="http://gnome-colors.googlecode.com/files/${P}.tar.gz - http://dev.gentoo.org/~pacho/Shiki-Gentoo-${PV}.tar.bz2" +SRC_URI="!murrine? ( http://gnome-colors.googlecode.com/files/${PN}-${PV}.tar.gz + http://dev.gentoo.org/~pacho/Shiki-Gentoo-${PV}.tar.bz2 ) + murrine? ( http://gnome-colors.googlecode.com/files/${PN}-murrine-${PV}.tar.gz )" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="murrine" RDEPEND="|| ( x11-wm/metacity xfce-base/xfwm4 ) - x11-themes/gtk-engines" + !murrine? ( x11-themes/gtk-engines ) + murrine? ( x11-themes/gtk-engines-murrine )" DEPEND="" RESTRICT="binchecks strip"