diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-02-01 11:01:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-02-01 11:01:36 +0000 |
commit | 86a51e682a4c1d63168a0f15748f827668b58b66 (patch) | |
tree | 6da511038486a03333b9747fb02dabd8a038ac00 /x11-misc | |
parent | Unmask qt5 version of sddm (diff) | |
download | gentoo-2-86a51e682a4c1d63168a0f15748f827668b58b66.tar.gz gentoo-2-86a51e682a4c1d63168a0f15748f827668b58b66.tar.bz2 gentoo-2-86a51e682a4c1d63168a0f15748f827668b58b66.zip |
Add x11-base/xorg-server dependency required for xorg/xserver-properties.h (bug #538386 by Toralf Förster).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/easystroke/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/easystroke/easystroke-0.6.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/easystroke/ChangeLog b/x11-misc/easystroke/ChangeLog index f734a55611b6..33dc0397af91 100644 --- a/x11-misc/easystroke/ChangeLog +++ b/x11-misc/easystroke/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/easystroke -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v 1.3 2014/06/05 21:29:36 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/ChangeLog,v 1.4 2015/02/01 11:01:36 jer Exp $ + + 01 Feb 2015; Jeroen Roovers <jer@gentoo.org> easystroke-0.6.0-r1.ebuild: + Add x11-base/xorg-server dependency required for xorg/xserver-properties.h + (bug #538386 by Toralf Förster). 05 Jun 2014; Jeroen Roovers <jer@gentoo.org> easystroke-0.6.0-r1.ebuild: Install all linguas when LINGUAS is unset. diff --git a/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild b/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild index 7f9b9e8e0aea..4a9629e054ca 100644 --- a/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild +++ b/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild @@ -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-misc/easystroke/easystroke-0.6.0-r1.ebuild,v 1.2 2014/06/05 21:29:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild,v 1.3 2015/02/01 11:01:36 jer Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -12,13 +12,13 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" -IUSE="" RDEPEND=" dev-cpp/gtkmm:3.0 dev-libs/boost dev-libs/dbus-glib dev-libs/glib:2 + x11-base/xorg-server x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes |