diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 14:03:54 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 18:37:16 -0400 |
commit | a98cf70c310e8b824b1ffc1259056302a1732dc2 (patch) | |
tree | c47315cdf2f1b28e6e717908b40e92afab801495 /media-video | |
parent | media-sound/dir2ogg: bump EAPI and drop versionator (diff) | |
download | gentoo-a98cf70c310e8b824b1ffc1259056302a1732dc2.tar.gz gentoo-a98cf70c310e8b824b1ffc1259056302a1732dc2.tar.bz2 gentoo-a98cf70c310e8b824b1ffc1259056302a1732dc2.zip |
media-video/xvid4conf: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/xvid4conf/xvid4conf-1.12.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/media-video/xvid4conf/xvid4conf-1.12.ebuild b/media-video/xvid4conf/xvid4conf-1.12.ebuild index 429e8eb26845..e3cc6e622ee0 100644 --- a/media-video/xvid4conf/xvid4conf-1.12.ebuild +++ b/media-video/xvid4conf/xvid4conf-1.12.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="GTK2-configuration dialog for xvid4" HOMEPAGE="http://cvs.exit1.org/cgi-bin/viewcvs.cgi/xvid4conf/" @@ -15,10 +15,3 @@ IUSE="" RDEPEND=">=x11-libs/gtk+-2.2.4:2" DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - dodir /usr/{include,lib} - einstall || die - - dodoc AUTHORS ChangeLog README -} |