diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-22 14:00:47 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-22 14:00:47 +0100 |
commit | 91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (patch) | |
tree | f4c7f54d0aeb344c21de9b9d1a3f1e9826d7a64c /x11-libs/libXaw | |
parent | 2bacbb3374587799c77a999f56352233a353b19e (diff) |
gentoo resync : 22.05.2018
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r-- | x11-libs/libXaw/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-1.0.13-r1.ebuild (renamed from x11-libs/libXaw/libXaw-1.0.13.ebuild) | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-libs/libXaw/Manifest b/x11-libs/libXaw/Manifest index 45f8ee60a39b..1774c46ecedb 100644 --- a/x11-libs/libXaw/Manifest +++ b/x11-libs/libXaw/Manifest @@ -1,3 +1,3 @@ DIST libXaw-1.0.13.tar.bz2 674140 BLAKE2B e141a135d1a45edfb71687951542a31d838bf560997a631b3590db0581f94768a8cc77ebd86c7cff60668e9843b1258a9eb60383a4d25b704ce9dc91fc6d0bdf SHA512 d768a39f7111802493fa1df1b80d858e4139ceeb883d45ff13ce3b7a0e775a7d2834b7ad157c8330117f04c32f38979795332dd7a119adb2344fcb1aa9cf1e2f -EBUILD libXaw-1.0.13.ebuild 981 BLAKE2B 210f0b1fb8c12b2937bc74f86112ed9337c31b04ccfa4c2c71fe69e1ee55e1791627683f3e2f9fb2097a49ae3ba4215a77a277489cedc91ca9bdb6d92ddce0bc SHA512 8bcb3fd9eb65d62bd851952c32422c2250c0bda73005977a85e5bed5222202a9c0a390bd98f0c8c0fab8e6bc0a62061dac013cf0278bf5c444fa015c4cebd670 +EBUILD libXaw-1.0.13-r1.ebuild 903 BLAKE2B fcc9cb3a5cbe6764eef04cae8dbb5706fa6c0f787928ae903f73b392c7b3d6204c6d19f1f2e43cf715f47cc70f4983060668d12c785c96f312998cf4877b8e7c SHA512 a515ed52ae88aea203ba4710eb533221c5439226320990a57e7f680a163d58dd527abecfe6b024b4cfceb6b3700441a3dca3a117c6ebb0499251726b046b48ba MISC metadata.xml 308 BLAKE2B c8b1bdf11408b82ade3364323648bf367d76ddec0711a46f3662f4fe34aec46918c7acc617a782312725ab0169e82c25d480194a2ff22bc3429f5f3c1d4e434d SHA512 331203494a47823877466669591ec0de413400dc18f51e96c18a06b7bece2fe56a73055cd7f1e4ffcf6cc9cc9bdd488a7a5ce2830def9ce5a6ae187c52dad364 diff --git a/x11-libs/libXaw/libXaw-1.0.13.ebuild b/x11-libs/libXaw/libXaw-1.0.13-r1.ebuild index e6e751e4bb70..30049f1229fa 100644 --- a/x11-libs/libXaw/libXaw-1.0.13.ebuild +++ b/x11-libs/libXaw/libXaw-1.0.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,13 +12,12 @@ DESCRIPTION="X.Org Xaw library" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="deprecated" -RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] +RDEPEND="x11-base/xorg-proto + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}] >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] - >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]" + >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" src_configure() { |