diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-11-26 14:22:33 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-11-26 14:40:51 +0100 |
commit | d6d38fa94f417e404933821c7e48ec2d1d7bb3b5 (patch) | |
tree | 6df43bc42ca771e107a77cf944f993c151374eab /x11-terms/rxvt-unicode | |
parent | x11-terms/rxvt-unicode: add 9.29 (diff) | |
download | gentoo-d6d38fa94f417e404933821c7e48ec2d1d7bb3b5.tar.gz gentoo-d6d38fa94f417e404933821c7e48ec2d1d7bb3b5.tar.bz2 gentoo-d6d38fa94f417e404933821c7e48ec2d1d7bb3b5.zip |
x11-terms/rxvt-unicode: do not inherit unused eclasses
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'x11-terms/rxvt-unicode')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild | 3 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.29.ebuild | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild index 0802f81d5097..131c98ce2cc3 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.26-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools desktop flag-o-matic systemd prefix +inherit desktop systemd prefix COLOUR_PATCH_NAME="${PN}-9.26_24-bit-color_aur-20210516+eautoreconf.patch" @@ -31,7 +31,6 @@ RDEPEND=">=sys-libs/ncurses-5.7-r6:= DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND="virtual/pkgconfig" -# WARNING: will bdepend on >=sys-devel/autoconf-2.71 (masked as of 2021-07-07) if eautoreconf has to be called PATCHES=( "${FILESDIR}"/${PN}-9.06-case-insensitive-fs.patch diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.29.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.29.ebuild index e3eaeeddc8d2..4749497f7397 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.29.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.29.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools desktop flag-o-matic systemd prefix +inherit autotools desktop systemd prefix COLOUR_PATCH_NAME="${PN}-9.29_24-bit-color_aur-9.26-20210712.patch" |