diff options
author | Przemyslaw Maciag <troll@gentoo.org> | 2006-11-28 21:53:49 +0000 |
---|---|---|
committer | Przemyslaw Maciag <troll@gentoo.org> | 2006-11-28 21:53:49 +0000 |
commit | 679a15ac472855ace4a3972a388ea0d4459e62b9 (patch) | |
tree | a3de78e794898606715a002fb092aeb56eabe14c /x11-misc/ifpgui | |
parent | Adding freetype dependency for bug #152051. Thanks to Evil Compile Person for... (diff) | |
download | gentoo-2-679a15ac472855ace4a3972a388ea0d4459e62b9.tar.gz gentoo-2-679a15ac472855ace4a3972a388ea0d4459e62b9.tar.bz2 gentoo-2-679a15ac472855ace4a3972a388ea0d4459e62b9.zip |
Replaced ebuild config with emerge --config
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'x11-misc/ifpgui')
-rw-r--r-- | x11-misc/ifpgui/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/ifpgui/ifpgui-0.10.8.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/ifpgui/ChangeLog b/x11-misc/ifpgui/ChangeLog index 72230aa109af..7180443a60a7 100644 --- a/x11-misc/ifpgui/ChangeLog +++ b/x11-misc/ifpgui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/ifpgui # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ifpgui/ChangeLog,v 1.1 2006/11/12 22:16:53 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ifpgui/ChangeLog,v 1.2 2006/11/28 21:53:49 troll Exp $ + + 28 Nov 2006; Przemysław Maciąg <troll@gentoo.org> ifpgui-0.10.8.ebuild: + Replaced ebuild config with emerge --config *ifpgui-0.10.8 (12 Nov 2006) diff --git a/x11-misc/ifpgui/ifpgui-0.10.8.ebuild b/x11-misc/ifpgui/ifpgui-0.10.8.ebuild index 8a92b0c8e007..0a7767f43c10 100644 --- a/x11-misc/ifpgui/ifpgui-0.10.8.ebuild +++ b/x11-misc/ifpgui/ifpgui-0.10.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ifpgui/ifpgui-0.10.8.ebuild,v 1.1 2006/11/12 22:16:53 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ifpgui/ifpgui-0.10.8.ebuild,v 1.2 2006/11/28 21:53:49 troll Exp $ inherit eutils qt3 @@ -102,6 +102,7 @@ pkg_postinst() { echo ewarn "If you want to use ifpgui without root-privileges, you can run" ewarn "ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + ewarn "emerge --config =${PF}" ewarn "or manually use the script" ewarn "/usr/share/${PN}/nonroot.sh" ewarn "to add approprate rules to your hotplug scripts" |