diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:07:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:02:34 +0100 |
commit | 376fc41e0b232298e19c0422c483cdc9dabb162d (patch) | |
tree | 42d6b7c93d16274031931fde528d954d20eda62c /media-gfx | |
parent | media-gfx/gimageview: eutils->epatch (diff) | |
download | gentoo-376fc41e0b232298e19c0422c483cdc9dabb162d.tar.gz gentoo-376fc41e0b232298e19c0422c483cdc9dabb162d.tar.bz2 gentoo-376fc41e0b232298e19c0422c483cdc9dabb162d.zip |
media-gfx/nvidia-texture-tools: eutils->edos2unix
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild index c71aa223a894..d0e927d8fc91 100644 --- a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild +++ b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.0.8-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils eutils +inherit cmake-utils edos2unix DESCRIPTION="A set of cuda-enabled texture tools and compressors" HOMEPAGE="http://developer.nvidia.com/object/texture_tools.html" |