diff options
author | Jonas Stein <jstein@gentoo.org> | 2018-04-21 23:45:12 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2018-04-21 23:53:34 +0200 |
commit | 3b0c52cf212165fed8e62e4de8b79ddaa8dcd550 (patch) | |
tree | 9cf22dd42d8e9833be41bc9b15149739d9b6d169 /media-gfx | |
parent | sys-auth/libnss-compat: Add separate libnss_compat module, bug 627338 (diff) | |
download | gentoo-3b0c52cf212165fed8e62e4de8b79ddaa8dcd550.tar.gz gentoo-3b0c52cf212165fed8e62e4de8b79ddaa8dcd550.tar.bz2 gentoo-3b0c52cf212165fed8e62e4de8b79ddaa8dcd550.zip |
media-gfx/uniconvertor: remove eutils
No eutils functions used in this eapi 6 ebuild.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild index 22552436a69b..93d5343814c0 100644 --- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild +++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 eutils +inherit distutils-r1 DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and more." HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor" |