diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2017-08-30 18:34:44 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2017-08-30 18:34:44 +0300 |
commit | 88be7a7b53fc5dd5ce8b5bcf52a0d61a230b044e (patch) | |
tree | f1d96ae5ddfe84f38c47df113f2410fcda58a3d5 /app-office | |
parent | media-gfx/gimp: Fix 2.9.6 gold linking (bug #629300) (diff) | |
download | gentoo-88be7a7b53fc5dd5ce8b5bcf52a0d61a230b044e.tar.gz gentoo-88be7a7b53fc5dd5ce8b5bcf52a0d61a230b044e.tar.bz2 gentoo-88be7a7b53fc5dd5ce8b5bcf52a0d61a230b044e.zip |
app-office/mdbtools: disable optional gnome support,
remove myself from maintainers
Reported-by: Pacho Ramos <pacho@gentoo.org>
Gentoo-Bug: 608420
Package-Manager: Portage-2.3.7, Repoman-2.3.1
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/mdbtools/mdbtools-0.7.1-r2.ebuild | 11 | ||||
-rw-r--r-- | app-office/mdbtools/metadata.xml | 5 |
2 files changed, 3 insertions, 13 deletions
diff --git a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild index 740f5df50f00..1b3e901c9ab9 100644 --- a/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild +++ b/app-office/mdbtools/mdbtools-0.7.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,23 +15,18 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="gnome odbc static-libs" +IUSE="odbc static-libs" RDEPEND=" dev-libs/glib:2 sys-libs/ncurses:0= sys-libs/readline:0= - gnome? ( - gnome-base/libglade:2.0 - gnome-base/libgnomeui - ) odbc? ( >=dev-db/unixODBC-2.0 )" DEPEND="${RDEPEND} app-text/txt2man sys-devel/flex virtual/pkgconfig virtual/yacc - gnome? ( app-text/rarian ) " DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO ) @@ -41,7 +36,7 @@ PATCHES=( "${FILESDIR}/${P}-parallel-make.patch" ) src_configure() { local myeconfargs=( --disable-gtk-doc - $(use_enable gnome gmdb2) + --disable-gmdb2 $(use odbc && echo "--with-unixodbc=${EPREFIX}/usr") ) autotools-utils_src_configure diff --git a/app-office/mdbtools/metadata.xml b/app-office/mdbtools/metadata.xml index 9e769a45b696..94dd4f54fe1c 100644 --- a/app-office/mdbtools/metadata.xml +++ b/app-office/mdbtools/metadata.xml @@ -6,11 +6,6 @@ <name>Chris Kerr</name> <description>Maintainer. Assign bugs to him</description> </maintainer> - <maintainer type="person"> - <email>pinkbyte@gentoo.org</email> - <name>Sergey Popov</name> - <description>Proxy maintainer. CC him on bugs</description> - </maintainer> <maintainer type="project"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> |