diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-27 23:43:35 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-27 23:43:35 +0000 |
commit | b1a88ca0bafb7ddcb44df647ce1a98aec721083f (patch) | |
tree | 5dcb48911417aeaa821d7559877a289892a11b02 /games-util/xgamer/xgamer-0.6.2.ebuild | |
parent | Remove call to perl-module_pkg_postinst, does not do anything outside perl-core (diff) | |
download | gentoo-2-b1a88ca0bafb7ddcb44df647ce1a98aec721083f.tar.gz gentoo-2-b1a88ca0bafb7ddcb44df647ce1a98aec721083f.tar.bz2 gentoo-2-b1a88ca0bafb7ddcb44df647ce1a98aec721083f.zip |
Remove call to perl-module_pkg_postinst, does not do anything outside perl-core
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'games-util/xgamer/xgamer-0.6.2.ebuild')
-rw-r--r-- | games-util/xgamer/xgamer-0.6.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games-util/xgamer/xgamer-0.6.2.ebuild b/games-util/xgamer/xgamer-0.6.2.ebuild index fcc80f3ce23c..035a0f3ef3eb 100644 --- a/games-util/xgamer/xgamer-0.6.2.ebuild +++ b/games-util/xgamer/xgamer-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/xgamer/xgamer-0.6.2.ebuild,v 1.1 2013/02/17 21:40:50 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/xgamer/xgamer-0.6.2.ebuild,v 1.2 2014/11/27 23:43:35 dilfridge Exp $ EAPI=5 inherit perl-module @@ -33,8 +33,6 @@ S=${WORKDIR}/${PN} PATCHES=( "${FILESDIR}"/${P}-desktopfile.patch ) pkg_postinst() { - perl-module_pkg_postinst - elog "optional dependencies:" elog " x11-wm/openbox (integrates well)" } |