diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-08-11 01:31:59 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-08-11 01:32:14 +0200 |
commit | fc56954babfb7e86f01b39261e36218eff78c4ce (patch) | |
tree | 084195fcdc13fe8081d6426f528804055d507b84 /media-sound/pnmixer | |
parent | media-sound/pnmixer: rm old (diff) | |
download | gentoo-fc56954babfb7e86f01b39261e36218eff78c4ce.tar.gz gentoo-fc56954babfb7e86f01b39261e36218eff78c4ce.tar.bz2 gentoo-fc56954babfb7e86f01b39261e36218eff78c4ce.zip |
media-sound/pnmixer: update live ebuild
Rm obsolete src_install phase. Fix Header.
Diffstat (limited to 'media-sound/pnmixer')
-rw-r--r-- | media-sound/pnmixer/pnmixer-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/media-sound/pnmixer/pnmixer-9999.ebuild b/media-sound/pnmixer/pnmixer-9999.ebuild index d97a17c9c003..822a98eb915c 100644 --- a/media-sound/pnmixer/pnmixer-9999.ebuild +++ b/media-sound/pnmixer/pnmixer-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -39,11 +39,6 @@ src_configure() { --with-gtk3 } -src_install() { - default - newicon -s 128 pixmaps/${PN}-about.png ${PN}.png -} - pkg_preinst() { gnome2_icon_savelist } |