diff options
author | David Seifert <soap@gentoo.org> | 2017-04-16 20:11:33 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-16 20:11:33 +0200 |
commit | 5f71921df394ce1ee8fa1c8a5b082f2cfb7e6dc9 (patch) | |
tree | 67115c1d37d2816dd34b5abb892dfbd7fad368ff /x11-misc/easystroke | |
parent | media-video/cclive: Add subslot operator to dev-libs/boost (diff) | |
download | gentoo-5f71921df394ce1ee8fa1c8a5b082f2cfb7e6dc9.tar.gz gentoo-5f71921df394ce1ee8fa1c8a5b082f2cfb7e6dc9.tar.bz2 gentoo-5f71921df394ce1ee8fa1c8a5b082f2cfb7e6dc9.zip |
x11-misc/easystroke: Add subslot operator to dev-libs/boost
Bug: https://bugs.gentoo.org/show_bug.cgi?id=610068
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-misc/easystroke')
-rw-r--r-- | x11-misc/easystroke/easystroke-0.6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/easystroke/easystroke-0.6.0-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild b/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild index e771ab7f7f57..f7399bbec905 100644 --- a/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild +++ b/x11-misc/easystroke/easystroke-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="~amd64" RDEPEND=" dev-cpp/gtkmm:3.0 - dev-libs/boost + dev-libs/boost:= dev-libs/dbus-glib dev-libs/glib:2 x11-base/xorg-server diff --git a/x11-misc/easystroke/easystroke-0.6.0-r2.ebuild b/x11-misc/easystroke/easystroke-0.6.0-r2.ebuild index fe9bce357674..c441c8c4a8cd 100644 --- a/x11-misc/easystroke/easystroke-0.6.0-r2.ebuild +++ b/x11-misc/easystroke/easystroke-0.6.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ KEYWORDS="~amd64" RDEPEND=" dev-cpp/gtkmm:3.0 - dev-libs/boost + dev-libs/boost:= dev-libs/dbus-glib dev-libs/glib:2 x11-base/xorg-server |