diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-08 18:42:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-08 18:42:33 +0000 |
commit | dc0901d3c94a7db5c6b7eabb346791023e442454 (patch) | |
tree | 552b1d5fbcbbda9f12964d5a690a1185ba1be4c0 /x11-themes | |
parent | Removed blocker on app-portage/portage-manpages (not in tree for 3 years now). (diff) | |
download | gentoo-2-dc0901d3c94a7db5c6b7eabb346791023e442454.tar.gz gentoo-2-dc0901d3c94a7db5c6b7eabb346791023e442454.tar.bz2 gentoo-2-dc0901d3c94a7db5c6b7eabb346791023e442454.zip |
Missing gtk-engines-unico runtime depend.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/greybird/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/greybird/greybird-0.3.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog index 0ccc8b5aff05..bd45f13d6d4b 100644 --- a/x11-themes/greybird/ChangeLog +++ b/x11-themes/greybird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/greybird # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.1 2011/10/28 19:16:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.2 2011/12/08 18:42:33 ssuominen Exp $ + + 08 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> greybird-0.3.ebuild: + Missing gtk-engines-unico runtime depend. *greybird-0.3 (28 Oct 2011) diff --git a/x11-themes/greybird/greybird-0.3.ebuild b/x11-themes/greybird/greybird-0.3.ebuild index 78b086f3bc23..34afd2739ac9 100644 --- a/x11-themes/greybird/greybird-0.3.ebuild +++ b/x11-themes/greybird/greybird-0.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.3.ebuild,v 1.1 2011/10/28 19:16:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-0.3.ebuild,v 1.2 2011/12/08 18:42:33 ssuominen Exp $ EAPI=4 MY_PN=${PN/g/G} -DESCRIPTION="The default theme used in Xubuntu 11.04 Natty" +DESCRIPTION="The default theme used in Xubuntu (with matching theme for GTK+-2 and GTK+-3)" HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird" SRC_URI="http://github.com/shimmerproject/${MY_PN}/tarball/v${PV} -> ${P}.tar.gz" @@ -15,6 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +RDEPEND="x11-themes/gtk-engines-unico" +DEPEND="" + RESTRICT="binchecks strip" src_unpack() { |