diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-15 08:53:51 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-15 08:54:13 +1300 |
commit | 766f229fc7ca8fd2a7ce15b80736ec7526b29381 (patch) | |
tree | cc884171372ee3f90be1499b974d2c575761e291 /dev-perl/Audio-CD-disc-cover | |
parent | dev-perl/Audio-CD-disc-cover: Add basic tests (diff) | |
download | gentoo-766f229fc7ca8fd2a7ce15b80736ec7526b29381.tar.gz gentoo-766f229fc7ca8fd2a7ce15b80736ec7526b29381.tar.bz2 gentoo-766f229fc7ca8fd2a7ce15b80736ec7526b29381.zip |
dev-perl/Audio-CD-disc-cover: Fix non-blank after header
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Audio-CD-disc-cover')
-rw-r--r-- | dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild index a86297f3dbc0..5aa0b7d98f73 100644 --- a/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild +++ b/dev-perl/Audio-CD-disc-cover/Audio-CD-disc-cover-0.05-r1.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + # This appears it should really be entitled Audio-CD # There are * QA Notice: errors on building however the HOMEPAGE gives no source repo in which to file # prob. not worth the trouble for this little script. -EAPI=5 inherit perl-module MY_P=Audio-CD-${PV} |