gnome-base/gnome-extra-apps: bump to 3.34.4
[gentoo.git] / gnome-base / gnome-common / gnome-common-3.18.0-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5 inherit gnome2
6
7 DESCRIPTION="Common files for development of Gnome packages"
8 HOMEPAGE="https://git.gnome.org/browse/gnome-common"
9
10 LICENSE="GPL-3"
11 SLOT="3"
12 KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
13
14 RDEPEND=""
15 DEPEND=""
16
17 src_configure() {
18         # Force people to rely on sys-devel/autoconf-archive, bug #594084
19         gnome2_src_configure --with-autoconf-archive
20 }