diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2018-04-25 21:09:10 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-04-26 14:03:39 -0400 |
commit | 62267650a5863349d5934f11c67f402c26e738a9 (patch) | |
tree | 406a94bbae457fb509ea2d5632470dc25fe6fc2c /app-i18n/xvnkb | |
parent | app-i18n/unicode-emoji: Version bump (11.0). (diff) | |
download | gentoo-62267650a5863349d5934f11c67f402c26e738a9.tar.gz gentoo-62267650a5863349d5934f11c67f402c26e738a9.tar.bz2 gentoo-62267650a5863349d5934f11c67f402c26e738a9.zip |
app-i18n/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'app-i18n/xvnkb')
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild index e16c7b2cef1c..d69068c2ea85 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.8a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils @@ -16,7 +16,7 @@ KEYWORDS="x86 ppc" RDEPEND="x11-libs/libX11 xft? ( x11-libs/libXft )" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" src_unpack() { unpack ${A} diff --git a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild index 8d9cdf902b59..e2d8f9a37aca 100644 --- a/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild +++ b/app-i18n/xvnkb/xvnkb-0.2.9a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils multilib toolchain-funcs @@ -16,7 +16,7 @@ KEYWORDS="amd64 ~ppc x86" RDEPEND="x11-libs/libX11 xft? ( x11-libs/libXft )" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" src_unpack() { unpack ${A} |