diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-01-12 23:48:44 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-01-12 23:48:44 +0000 |
commit | 8a948e1f7045cab4f8507639c5337c33de0a231d (patch) | |
tree | daebbecccdbb8ec38de85cdd46921236ba4a04b1 /x11-misc/ifpgui | |
parent | Fix syntax error. (diff) | |
download | gentoo-2-8a948e1f7045cab4f8507639c5337c33de0a231d.tar.gz gentoo-2-8a948e1f7045cab4f8507639c5337c33de0a231d.tar.bz2 gentoo-2-8a948e1f7045cab4f8507639c5337c33de0a231d.zip |
Fix bug #109482 (ebuild ... config).
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'x11-misc/ifpgui')
-rw-r--r-- | x11-misc/ifpgui/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/ifpgui/ifpgui-0.10.8.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/ifpgui/ChangeLog b/x11-misc/ifpgui/ChangeLog index 7180443a60a7..b90b76118952 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.2 2006/11/28 21:53:49 troll Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ifpgui/ChangeLog,v 1.3 2007/01/12 23:48:44 nelchael Exp $ + + 12 Jan 2007; Krzysiek Pawlik <nelchael@gentoo.org> ifpgui-0.10.8.ebuild: + Fix bug #109482 (ebuild ... config). 28 Nov 2006; Przemysław Maciąg <troll@gentoo.org> ifpgui-0.10.8.ebuild: Replaced ebuild config with emerge --config diff --git a/x11-misc/ifpgui/ifpgui-0.10.8.ebuild b/x11-misc/ifpgui/ifpgui-0.10.8.ebuild index 0a7767f43c10..9b02ce6ab517 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 +# Copyright 1999-2007 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.2 2006/11/28 21:53:49 troll Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ifpgui/ifpgui-0.10.8.ebuild,v 1.3 2007/01/12 23:48:44 nelchael Exp $ inherit eutils qt3 @@ -101,8 +101,7 @@ src_install() { 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 "emerge --config =${CATEGORY}/${PF}" ewarn "or manually use the script" ewarn "/usr/share/${PN}/nonroot.sh" ewarn "to add approprate rules to your hotplug scripts" |