diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-10 22:14:25 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-10 22:19:00 +0900 |
commit | 2ccee3abaf7b35e4be282e3e3bf81641e2512f7e (patch) | |
tree | 06c7579db1897aa0bdd12c087da3dda12e81dfa0 /mail-client | |
parent | mail-client/sylpheed: inherit desktop (diff) | |
download | gentoo-2ccee3abaf7b35e4be282e3e3bf81641e2512f7e.tar.gz gentoo-2ccee3abaf7b35e4be282e3e3bf81641e2512f7e.tar.bz2 gentoo-2ccee3abaf7b35e4be282e3e3bf81641e2512f7e.zip |
mail-client/sylpheed: update to EAPI 7
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/sylpheed/sylpheed-3.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/sylpheed/sylpheed-3.7.0.ebuild b/mail-client/sylpheed/sylpheed-3.7.0.ebuild index f9d1f277de26..80f67665a416 100644 --- a/mail-client/sylpheed/sylpheed-3.7.0.ebuild +++ b/mail-client/sylpheed/sylpheed-3.7.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit desktop @@ -32,8 +32,8 @@ RDEPEND="${CDEPEND} app-misc/mime-types net-misc/curl" DEPEND="${CDEPEND} - virtual/pkgconfig xface? ( media-libs/compface )" +BDEPEND="virtual/pkgconfig" DOCS="AUTHORS ChangeLog* NEW* PLUGIN* README* TODO*" |