diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-03 15:59:06 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-03 15:59:06 +0300 |
commit | c0be1752de6fc29506f240657842deb986543696 (patch) | |
tree | 5b2073541c636ff8977345e75f2c0002fee226a0 /x11-apps/xprop/xprop-1.2.3.ebuild | |
parent | dev-python/prometheus_client: Stable on amd64 (diff) | |
download | gentoo-c0be1752de6fc29506f240657842deb986543696.tar.gz gentoo-c0be1752de6fc29506f240657842deb986543696.tar.bz2 gentoo-c0be1752de6fc29506f240657842deb986543696.zip |
x11-apps/xprop: Fix xproto minimum dep (inconsequential)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-apps/xprop/xprop-1.2.3.ebuild')
-rw-r--r-- | x11-apps/xprop/xprop-1.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/xprop/xprop-1.2.3.ebuild b/x11-apps/xprop/xprop-1.2.3.ebuild index 1e7cac5299be..eaa51ead5c37 100644 --- a/x11-apps/xprop/xprop-1.2.3.ebuild +++ b/x11-apps/xprop/xprop-1.2.3.ebuild @@ -11,5 +11,5 @@ IUSE="" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND} - >=x11-proto/xproto-7.0.17 + >=x11-proto/xproto-7.0.25 " |