diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-21 15:40:52 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-21 15:40:52 +0000 |
commit | e1f4eb2ebba14feb4b6868811d46062234f4c525 (patch) | |
tree | 82084b5103d8e119504a6814bdff3630006aae29 /x11-themes/oxygen-gtk | |
parent | Exclude bootstraptest because it is pointless for us. (diff) | |
download | gentoo-2-e1f4eb2ebba14feb4b6868811d46062234f4c525.tar.gz gentoo-2-e1f4eb2ebba14feb4b6868811d46062234f4c525.tar.bz2 gentoo-2-e1f4eb2ebba14feb4b6868811d46062234f4c525.zip |
Depend on proper slot with gtk2.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/oxygen-gtk')
-rw-r--r-- | x11-themes/oxygen-gtk/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-themes/oxygen-gtk/oxygen-gtk-1.0.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/oxygen-gtk/ChangeLog b/x11-themes/oxygen-gtk/ChangeLog index 4e3931da30ef..d9192ea2f9a0 100644 --- a/x11-themes/oxygen-gtk/ChangeLog +++ b/x11-themes/oxygen-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/oxygen-gtk # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.5 2011/02/12 09:41:50 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/ChangeLog,v 1.6 2011/02/21 15:40:52 scarabeus Exp $ + + 21 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + oxygen-gtk-1.0.1-r1.ebuild, oxygen-gtk-1.0.2.ebuild: + Depend on proper slot with gtk2. *oxygen-gtk-1.0.2 (12 Feb 2011) diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild index 86ba077f3a77..14b33fe0c029 100644 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild,v 1.1 2011/01/20 01:20:38 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.1-r1.ebuild,v 1.2 2011/02/21 15:40:52 scarabeus Exp $ EAPI=3 @@ -18,7 +18,7 @@ IUSE="debug doc" RDEPEND=" dev-libs/glib x11-libs/cairo - x11-libs/gtk+ + x11-libs/gtk+:2 x11-libs/libX11 x11-libs/pango " diff --git a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.2.ebuild b/x11-themes/oxygen-gtk/oxygen-gtk-1.0.2.ebuild index 57d77eb65220..5679f0bb0e3f 100644 --- a/x11-themes/oxygen-gtk/oxygen-gtk-1.0.2.ebuild +++ b/x11-themes/oxygen-gtk/oxygen-gtk-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.2.ebuild,v 1.1 2011/02/12 09:41:50 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/oxygen-gtk/oxygen-gtk-1.0.2.ebuild,v 1.2 2011/02/21 15:40:52 scarabeus Exp $ EAPI=3 @@ -18,7 +18,7 @@ IUSE="debug doc" RDEPEND=" dev-libs/glib x11-libs/cairo - x11-libs/gtk+ + x11-libs/gtk+:2 x11-libs/libX11 x11-libs/pango " |