diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 19:41:46 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:01:54 -0400 |
commit | e97eb9283a6bba104c9f79f56eebad0b6b770b51 (patch) | |
tree | 53b9ccaded136048d34e299af07dd619442d26a0 /media-gfx/rotoscope/rotoscope-0.2.ebuild | |
parent | media-gfx/pqstego: bump EAPI (diff) | |
download | gentoo-e97eb9283a6bba104c9f79f56eebad0b6b770b51.tar.gz gentoo-e97eb9283a6bba104c9f79f56eebad0b6b770b51.tar.bz2 gentoo-e97eb9283a6bba104c9f79f56eebad0b6b770b51.zip |
media-gfx/rotoscope: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-gfx/rotoscope/rotoscope-0.2.ebuild')
-rw-r--r-- | media-gfx/rotoscope/rotoscope-0.2.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/media-gfx/rotoscope/rotoscope-0.2.ebuild b/media-gfx/rotoscope/rotoscope-0.2.ebuild index 050a4fcc7539..545f535924d6 100644 --- a/media-gfx/rotoscope/rotoscope-0.2.ebuild +++ b/media-gfx/rotoscope/rotoscope-0.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="Graphics program that can be used to give photos a cartoon-like appearance" HOMEPAGE="http://www.toonyphotos.com" @@ -16,8 +16,3 @@ RDEPEND="x11-libs/gtk+:2 >=gnome-base/libglade-2" DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS README -} |