diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-10-17 10:06:57 +0000 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-10-17 10:06:57 +0000 |
commit | 87e0162b654e15eab5b6d2982c6552cf26589eb1 (patch) | |
tree | c69c44321df800dc248c28275f20dc46634bfb88 /lxqt-base | |
parent | Version bump, thanks to slepnoga (diff) | |
download | gentoo-2-87e0162b654e15eab5b6d2982c6552cf26589eb1.tar.gz gentoo-2-87e0162b654e15eab5b6d2982c6552cf26589eb1.tar.bz2 gentoo-2-87e0162b654e15eab5b6d2982c6552cf26589eb1.zip |
add x11-apps/setxkbmap to RDEPEND, fix bug 524634, thanks to Priit Laes (IRC: plaes)
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4)
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/ChangeLog | 7 | ||||
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-config/ChangeLog b/lxqt-base/lxqt-config/ChangeLog index dc914eef5143..dd7dbc18fc6e 100644 --- a/lxqt-base/lxqt-config/ChangeLog +++ b/lxqt-base/lxqt-config/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxqt-base/lxqt-config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config/ChangeLog,v 1.3 2014/05/29 08:02:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config/ChangeLog,v 1.4 2014/10/17 10:06:57 jauhien Exp $ + + 17 Oct 2014; Jauhien Piatlicki <jauhien@gentoo.org> + lxqt-config-0.7.0-r1.ebuild: + add x11-apps/setxkbmap to RDEPEND, fix bug 524634, thanks to Priit Laes (IRC: + plaes) 29 May 2014; Manuel Rüger <mrueg@gentoo.org> lxqt-config-0.7.0-r1.ebuild: Add ~arm keyword. diff --git a/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild index 0fa522b2da20..95a124c9e865 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-0.7.0-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/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild,v 1.2 2014/05/29 08:02:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config/lxqt-config-0.7.0-r1.ebuild,v 1.3 2014/10/17 10:06:57 jauhien Exp $ EAPI=5 inherit cmake-utils @@ -27,7 +27,8 @@ DEPEND="dev-qt/qtcore:4 sys-libs/zlib x11-libs/libXcursor x11-libs/libXfixes" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + x11-apps/setxkbmap" src_install(){ cmake-utils_src_install |