diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-07 13:00:58 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-07 13:00:58 +0000 |
commit | fe7b704203e1b7ae4c522290b366222969b0b07f (patch) | |
tree | f474b29f11147cccfdebb11ba45ab645df20a19b /net-print | |
parent | ppc stable, bug #172754 (diff) | |
download | gentoo-2-fe7b704203e1b7ae4c522290b366222969b0b07f.tar.gz gentoo-2-fe7b704203e1b7ae4c522290b366222969b0b07f.tar.bz2 gentoo-2-fe7b704203e1b7ae4c522290b366222969b0b07f.zip |
Add information about qt3 useflag needed thanks to Matthew Schultz <mattsch@gmail.com> in bug 173389
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hplip/hplip-1.7.3.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 1d28b0a957d2..1f5c9c814ce6 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hplip # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.57 2007/03/27 09:24:53 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.58 2007/04/07 13:00:58 genstef Exp $ + + 07 Apr 2007; <stefan@gentoo.org> hplip-1.7.3.ebuild: + Add information about qt3 useflag needed thanks to Matthew Schultz + <mattsch@gmail.com> in bug 173389 27 Mar 2007; <genstef@gentoo.org> hplip-1.6.10.ebuild, hplip-1.7.3.ebuild: Add missing cups to IUSE thanks to Pacho Ramos diff --git a/net-print/hplip/hplip-1.7.3.ebuild b/net-print/hplip/hplip-1.7.3.ebuild index e9922da3cdc5..864f15bda244 100644 --- a/net-print/hplip/hplip-1.7.3.ebuild +++ b/net-print/hplip/hplip-1.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-1.7.3.ebuild,v 1.2 2007/03/27 09:24:53 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-1.7.3.ebuild,v 1.3 2007/04/07 13:00:58 genstef Exp $ inherit eutils @@ -118,3 +118,7 @@ pkg_preinst() { doins dll.conf fi } + +pkg_postinst() { + einfo "You need the qt3 useflag enabled to use the guy configurator hp-setup" +} |