diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-29 01:07:33 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-29 18:45:11 +0000 |
commit | 6933af393f4d09ee7e10b6386e3d62f957b86e07 (patch) | |
tree | 738b6f09dfe2864391790d81f2ad3e7e993e2d33 /gnome-base | |
parent | sys-cluster/sanlock: drop acct-*/ dependencies to runtime-only (diff) | |
download | gentoo-6933af393f4d09ee7e10b6386e3d62f957b86e07.tar.gz gentoo-6933af393f4d09ee7e10b6386e3d62f957b86e07.tar.bz2 gentoo-6933af393f4d09ee7e10b6386e3d62f957b86e07.zip |
gnome-base/libglade: avoid QA warning for deprecated/useless autoconf macro
Alternatively we could define it by adding another bdep on more archaic
unmaintained software. But it does nothing...
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libglade/libglade-2.6.4-r3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnome-base/libglade/libglade-2.6.4-r3.ebuild b/gnome-base/libglade/libglade-2.6.4-r3.ebuild index 27bc8a768063..658e633a8348 100644 --- a/gnome-base/libglade/libglade-2.6.4-r3.ebuild +++ b/gnome-base/libglade/libglade-2.6.4-r3.ebuild @@ -45,6 +45,10 @@ src_prepare() { sed 's/ tests//' -i Makefile.am Makefile.in || die "sed failed" fi + # Deprecated macro that does nothing. Provided by gnome-base/gnome-common + # but adding an additional bdep for this is silly. + sed -i '/GNOME_COMMON_INIT/d' configure.in || die + mv configure.in configure.ac || die gnome2_src_prepare } |