diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-29 18:03:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-29 18:03:51 +0000 |
commit | d7ed2b01311f15ba54fe8ea872aab7d59ab2b193 (patch) | |
tree | 1814dd2b5bbf2e7639fdafbeef48d228cfaf5e9b /x11-apps/xconsole | |
parent | abaa75b10f899ada8dd05b23cc03205064394bc6 (diff) |
gentoo resync : 29.01.2021
Diffstat (limited to 'x11-apps/xconsole')
-rw-r--r-- | x11-apps/xconsole/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xconsole/xconsole-1.0.7.ebuild | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-apps/xconsole/Manifest b/x11-apps/xconsole/Manifest index fdaa29d72bc2..b49e86360290 100644 --- a/x11-apps/xconsole/Manifest +++ b/x11-apps/xconsole/Manifest @@ -1,3 +1,3 @@ DIST xconsole-1.0.7.tar.bz2 134832 BLAKE2B 20f9729d0aad2aceb1c7197b2ae45f65088dc39fb5980eb41a39935fb180ee7181c560ef180b0413b28adf36882a13fbdbd454d8b6dbb0cc06f69632f903b546 SHA512 89f391058ea99904587bd1dac9e31fa3ff06cf63b899abe6c06e4897bbc9919500dd4773873b1a452de4f54cc6999bd496022b6d8df9d4147804448abbdca2f9 -EBUILD xconsole-1.0.7.ebuild 365 BLAKE2B d150676a22fa5f648dd688c9dcbe1e22f06e4a656371f089652ff52ae0a5dffed11d45d868165955994562dac19984e57e6fe0dff80a106c0f7db338c0ff03fe SHA512 2dd59aefb9ccd296ac5dfb70d5830c95ecac4ae7b09cacf5451126d7b97e742666976f3284969aca2ce42f4637b0e81a6a428c1656ee333a1baca6f524fc059c +EBUILD xconsole-1.0.7.ebuild 359 BLAKE2B ad7a6e1bb2f58710854a8ba60f38a4b5d9e1f21e3a1a90a7a9f0086f67bb7b2778494e9e672909f15a03639b58bb9ebebaa4ddf4821a31feb12abbfc0de75264 SHA512 70d28164e4ef2ff83d365b4d0be690dcba8fb7a373ac17b5976ac47888af9fc49f9218e266793440e229e437b90e6b0b9694a43eb58b1c2c205a0783b00e34bf MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/xconsole/xconsole-1.0.7.ebuild b/x11-apps/xconsole/xconsole-1.0.7.ebuild index 9c2634f62a53..afb11e0da2d0 100644 --- a/x11-apps/xconsole/xconsole-1.0.7.ebuild +++ b/x11-apps/xconsole/xconsole-1.0.7.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="monitor system console messages with X" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" + RDEPEND="x11-libs/libXaw x11-libs/libXmu x11-libs/libXt |