diff options
author | 2009-03-09 01:11:53 +0000 | |
---|---|---|
committer | 2009-03-09 01:11:53 +0000 | |
commit | 7ad903c5ed58f452b29a20ea5c75c9d6523dc6eb (patch) | |
tree | 91e66e0f9d9df4c22184a36fd1adf89090727e5e /eclass | |
parent | Version bump and old version cleanup (diff) | |
download | historical-7ad903c5ed58f452b29a20ea5c75c9d6523dc6eb.tar.gz historical-7ad903c5ed58f452b29a20ea5c75c9d6523dc6eb.tar.bz2 historical-7ad903c5ed58f452b29a20ea5c75c9d6523dc6eb.zip |
Add link to upstream bug.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gtk-sharp-module.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 8d0d669fb00b..60e4c0e7d013 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.19 2009/03/09 01:02:13 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.20 2009/03/09 01:11:53 loki_val Exp $ # @ECLASS: gtk-sharp-module.eclass # @MAINTAINER: @@ -103,6 +103,7 @@ case ${GTK_SHARP_MODULE} in case ${PVR} in 2.24.1*) SRC_URI="mirror://gentoo/${TARBALL}-2.24.1.patch.bz2" + # Upstream bug: https://bugzilla.novell.com/show_bug.cgi?id=483251 PATCHES=( "${WORKDIR}/${TARBALL}-2.24.1.patch" ) |