chithanh 15/02/04 17:29:52 Modified: setxkbmap-1.3.0.ebuild ChangeLog Removed: setxkbmap-1.2.0.ebuild Log: Add x11-misc/xkeyboard-config to dependencies, bug #538000. Remove old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.11 x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild?r1=1.10&r2=1.11 Index: setxkbmap-1.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- setxkbmap-1.3.0.ebuild 10 Aug 2014 20:07:25 -0000 1.10 +++ setxkbmap-1.3.0.ebuild 4 Feb 2015 17:29:52 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild,v 1.10 2014/08/10 20:07:25 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/setxkbmap-1.3.0.ebuild,v 1.11 2015/02/04 17:29:52 chithanh Exp $ EAPI=4 @@ -10,6 +10,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="x11-libs/libxkbfile +DEPEND="x11-libs/libxkbfile x11-libs/libX11" -DEPEND="${RDEPEND}" +RDEPEND="${RDEPEND} + x11-misc/xkeyboard-config" 1.68 x11-apps/setxkbmap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/ChangeLog?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/ChangeLog?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/setxkbmap/ChangeLog?r1=1.67&r2=1.68 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- ChangeLog 10 Aug 2014 20:07:25 -0000 1.67 +++ ChangeLog 4 Feb 2015 17:29:52 -0000 1.68 @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/setxkbmap -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.67 2014/08/10 20:07:25 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/setxkbmap/ChangeLog,v 1.68 2015/02/04 17:29:52 chithanh Exp $ + + 04 Feb 2015; Chí-Thanh Christopher Nguyễn <[email protected]> + -setxkbmap-1.2.0.ebuild, setxkbmap-1.3.0.ebuild: + Add x11-misc/xkeyboard-config to dependencies, bug #538000. Remove old. 10 Aug 2014; Sergei Trofimovich <[email protected]> setxkbmap-1.2.0.ebuild, setxkbmap-1.3.0.ebuild:
