diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 11:39:42 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 11:39:42 +0000 |
commit | f6ae47ab8d4a3eaa13679a2b635024608138f482 (patch) | |
tree | e9d5a2d5ed49a90f9dd72b3e4f6646b7101b9fff | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-f6ae47ab8d4a3eaa13679a2b635024608138f482.tar.gz gentoo-2-f6ae47ab8d4a3eaa13679a2b635024608138f482.tar.bz2 gentoo-2-f6ae47ab8d4a3eaa13679a2b635024608138f482.zip |
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
-rw-r--r-- | app-i18n/x-unikey/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/x-unikey/x-unikey-0.9.2.ebuild | 8 | ||||
-rw-r--r-- | app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/app-i18n/x-unikey/ChangeLog b/app-i18n/x-unikey/ChangeLog index e63a7c39e68f..ce810c4b022e 100644 --- a/app-i18n/x-unikey/ChangeLog +++ b/app-i18n/x-unikey/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/x-unikey -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.22 2010/02/17 21:12:05 maekke Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/ChangeLog,v 1.23 2011/03/27 11:39:42 nirbheek Exp $ + + 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> x-unikey-0.9.2.ebuild, + x-unikey-1.0.4-r1.ebuild: + Fix slot-dep on gtk+ 17 Feb 2010; Markus Meier <maekke@gentoo.org> x-unikey-1.0.4-r1.ebuild: x86 stable, bug #302497 diff --git a/app-i18n/x-unikey/x-unikey-0.9.2.ebuild b/app-i18n/x-unikey/x-unikey-0.9.2.ebuild index 83aaef8438d0..e105f2b45e90 100644 --- a/app-i18n/x-unikey/x-unikey-0.9.2.ebuild +++ b/app-i18n/x-unikey/x-unikey-0.9.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-0.9.2.ebuild,v 1.9 2009/08/10 11:51:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-0.9.2.ebuild,v 1.10 2011/03/27 11:39:42 nirbheek Exp $ + +EAPI="1" inherit eutils @@ -17,7 +19,7 @@ DEPEND="x11-libs/libX11 x11-libs/libSM x11-libs/libICE nls? ( sys-devel/gettext ) - gtk? ( >=x11-libs/gtk+-2.2 )" + gtk? ( >=x11-libs/gtk+-2.2:2 )" RDEPEND="${DEPEND}" src_compile() { diff --git a/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild b/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild index dfd417f4427b..09c7fd18f211 100644 --- a/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild +++ b/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.3 2010/02/17 21:12:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/x-unikey/x-unikey-1.0.4-r1.ebuild,v 1.4 2011/03/27 11:39:42 nirbheek Exp $ + +EAPI="1" inherit autotools eutils multilib @@ -16,7 +18,7 @@ IUSE="nls gtk" RDEPEND="x11-libs/libX11 x11-libs/libSM x11-libs/libICE - gtk? ( >=x11-libs/gtk+-2.2 ) + gtk? ( >=x11-libs/gtk+-2.2:2 ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} dev-util/pkgconfig |