diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2012-02-05 12:50:41 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2012-02-05 12:50:41 +0000 |
commit | 2fcd9576558abd1045dcd95977dc941135e3ba14 (patch) | |
tree | e15dfcdbc66549e7d69fdb9bf6c0b7ec564748b1 | |
parent | Stable for amd64, wrt bug #402163 (diff) | |
download | gentoo-2-2fcd9576558abd1045dcd95977dc941135e3ba14.tar.gz gentoo-2-2fcd9576558abd1045dcd95977dc941135e3ba14.tar.bz2 gentoo-2-2fcd9576558abd1045dcd95977dc941135e3ba14.zip |
Add note about identity of 32-bit and 64-bit packages, as reported in bug 389605 by Maciej Grela
(Portage version: 2.1.10.44/cvs/Linux i686)
-rw-r--r-- | net-misc/icaclient/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-12.0.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog index 93580c7454ed..553aa9fd0171 100644 --- a/net-misc/icaclient/ChangeLog +++ b/net-misc/icaclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/icaclient -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.83 2011/12/30 15:19:57 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.84 2012/02/05 12:50:41 fauli Exp $ + + 05 Feb 2012; Christian Faulhammer <fauli@gentoo.org> icaclient-12.0.0.ebuild: + Add note about identity of 32-bit and 64-bit packages, as reported in bug + 389605 by Maciej Grela 30 Dec 2011; Christian Faulhammer <fauli@gentoo.org> Manifest: Fix manifest; bug 396499 diff --git a/net-misc/icaclient/icaclient-12.0.0.ebuild b/net-misc/icaclient/icaclient-12.0.0.ebuild index 715785acfd45..38680dcc4c13 100644 --- a/net-misc/icaclient/icaclient-12.0.0.ebuild +++ b/net-misc/icaclient/icaclient-12.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-12.0.0.ebuild,v 1.1 2011/12/29 11:49:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-12.0.0.ebuild,v 1.2 2012/02/05 12:50:41 fauli Exp $ EAPI=1 @@ -77,7 +77,7 @@ pkg_setup() { pkg_nofetch() { elog "Download the client RPM file ${SRC_URI} from http://www.citrix.com/English/ss/downloads/details.asp?downloadId=2316611&productId=1689163&c1=ost1349860" - elog "and place it in ${DISTDIR:-/usr/portage/distfiles}." + elog "and place it in ${DISTDIR:-/usr/portage/distfiles}. Please use the 32-bit file even if you are on the amd64 platform." } src_install() { |