diff options
Diffstat (limited to 'mate-base')
-rw-r--r-- | mate-base/caja/ChangeLog | 8 | ||||
-rw-r--r-- | mate-base/caja/caja-1.8.1.ebuild | 4 | ||||
-rw-r--r-- | mate-base/caja/caja-1.8.2-r1.ebuild (renamed from mate-base/caja/caja-1.8.2.ebuild) | 7 |
3 files changed, 12 insertions, 7 deletions
diff --git a/mate-base/caja/ChangeLog b/mate-base/caja/ChangeLog index aa30804c481d..22709e20880c 100644 --- a/mate-base/caja/ChangeLog +++ b/mate-base/caja/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mate-base/caja # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/ChangeLog,v 1.8 2014/12/08 23:37:22 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/ChangeLog,v 1.9 2014/12/08 23:42:59 tamiko Exp $ + +*caja-1.8.2-r1 (08 Dec 2014) + + 08 Dec 2014; Matthias Maier <tamiko@gentoo.org> +caja-1.8.2-r1.ebuild, + -caja-1.8.2.ebuild, caja-1.8.1.ebuild: + just drop X use-flag wrt bug #526204 *caja-1.8.2 (08 Dec 2014) diff --git a/mate-base/caja/caja-1.8.1.ebuild b/mate-base/caja/caja-1.8.1.ebuild index de1d26fa3fb8..2d4f6c843807 100644 --- a/mate-base/caja/caja-1.8.1.ebuild +++ b/mate-base/caja/caja-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/caja-1.8.1.ebuild,v 1.6 2014/12/08 23:37:22 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/caja-1.8.1.ebuild,v 1.7 2014/12/08 23:42:59 tamiko Exp $ EAPI="5" @@ -19,7 +19,7 @@ LICENSE="GPL-2 LGPL-2 FDL-1.1" SLOT="0" KEYWORDS="amd64 x86" -IUSE="X +mate +introspection +unique xmp" +IUSE="+mate +introspection +unique xmp" RDEPEND="dev-libs/atk:0 >=dev-libs/glib-2.28:2 diff --git a/mate-base/caja/caja-1.8.2.ebuild b/mate-base/caja/caja-1.8.2-r1.ebuild index a13cc1381ac8..7456a65fbc15 100644 --- a/mate-base/caja/caja-1.8.2.ebuild +++ b/mate-base/caja/caja-1.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/caja-1.8.2.ebuild,v 1.1 2014/12/08 23:37:22 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/mate-base/caja/caja-1.8.2-r1.ebuild,v 1.1 2014/12/08 23:42:59 tamiko Exp $ EAPI="5" @@ -19,7 +19,7 @@ LICENSE="GPL-2 LGPL-2 FDL-1.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="X +mate +introspection +unique xmp" +IUSE="+mate +introspection +unique xmp" RDEPEND="dev-libs/atk:0 >=dev-libs/glib-2.28:2 @@ -74,8 +74,7 @@ src_configure() { --with-gtk=2.0 \ $(use_enable introspection) \ $(use_enable unique) \ - $(use_enable xmp) \ - $(use_with X x) + $(use_enable xmp) } DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO" |