summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-11-16 19:53:54 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-11-16 19:53:54 +0000
commit8dc26c296f410665420a816b6b61e75eb30eb2da (patch)
treef65ce71c91587223f3275e2e94c55b2b80a1d4ac /media-libs/libvisio
parentworkaround for bug 399061 (diff)
downloadgentoo-2-8dc26c296f410665420a816b6b61e75eb30eb2da.tar.gz
gentoo-2-8dc26c296f410665420a816b6b61e75eb30eb2da.tar.bz2
gentoo-2-8dc26c296f410665420a816b6b61e75eb30eb2da.zip
workaround for bug 399061
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/libvisio')
-rw-r--r--media-libs/libvisio/ChangeLog6
-rw-r--r--media-libs/libvisio/libvisio-0.0.19.ebuild8
-rw-r--r--media-libs/libvisio/libvisio-0.0.20.ebuild8
3 files changed, 17 insertions, 5 deletions
diff --git a/media-libs/libvisio/ChangeLog b/media-libs/libvisio/ChangeLog
index c2b3f92196c0..511260a49e0a 100644
--- a/media-libs/libvisio/ChangeLog
+++ b/media-libs/libvisio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libvisio
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.37 2012/11/07 06:36:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/ChangeLog,v 1.38 2012/11/16 19:53:54 ago Exp $
+
+ 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> libvisio-0.0.19.ebuild,
+ libvisio-0.0.20.ebuild:
+ workaround for bug 399061
07 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+files/libvisio-0.0.20-fix-underlinking-with-gold.patch,
diff --git a/media-libs/libvisio/libvisio-0.0.19.ebuild b/media-libs/libvisio/libvisio-0.0.19.ebuild
index 5eb9bed89a41..dfdc507a00d3 100644
--- a/media-libs/libvisio/libvisio-0.0.19.ebuild
+++ b/media-libs/libvisio/libvisio-0.0.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.19.ebuild,v 1.2 2012/08/01 08:31:10 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.19.ebuild,v 1.3 2012/11/16 19:53:54 ago Exp $
EAPI=4
@@ -14,7 +14,11 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio"
LICENSE="LGPL-2.1"
SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="amd64 ppc x86"
+
+# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="amd64 ppc x86"
+
IUSE="doc static-libs"
RDEPEND="
diff --git a/media-libs/libvisio/libvisio-0.0.20.ebuild b/media-libs/libvisio/libvisio-0.0.20.ebuild
index ff08385e9030..1092a5aa0004 100644
--- a/media-libs/libvisio/libvisio-0.0.20.ebuild
+++ b/media-libs/libvisio/libvisio-0.0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.20.ebuild,v 1.2 2012/11/07 06:36:04 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvisio/libvisio-0.0.20.ebuild,v 1.3 2012/11/16 19:53:54 ago Exp $
EAPI=4
@@ -14,7 +14,11 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libvisio"
LICENSE="LGPL-2.1"
SLOT="0"
-[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~ppc ~x86"
+
+# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
+[[ ${PV} == 9999 ]] || \
+KEYWORDS="~amd64 ~ppc ~x86"
+
IUSE="doc static-libs"
RDEPEND="