diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 20:10:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 20:10:32 +0000 |
commit | 85175304a0d2c809f8b1528c88c479f00272faff (patch) | |
tree | 99bf439295a04cd463546bf33e20e57061439faf /app-office | |
parent | workaround for bug 399061 (diff) | |
download | gentoo-2-85175304a0d2c809f8b1528c88c479f00272faff.tar.gz gentoo-2-85175304a0d2c809f8b1528c88c479f00272faff.tar.bz2 gentoo-2-85175304a0d2c809f8b1528c88c479f00272faff.zip |
workaround for bug 399061
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/calligra/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/calligra/calligra-2.5.3.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog index 41b164add465..accffc4d2741 100644 --- a/app-office/calligra/ChangeLog +++ b/app-office/calligra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/calligra # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.75 2012/11/04 10:31:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.76 2012/11/16 20:10:32 ago Exp $ + + 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> calligra-2.5.3.ebuild: + workaround for bug 399061 04 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml: Shutup repoman on the local useflags. diff --git a/app-office/calligra/calligra-2.5.3.ebuild b/app-office/calligra/calligra-2.5.3.ebuild index 5b456cc3133c..6ad6e697e37a 100644 --- a/app-office/calligra/calligra-2.5.3.ebuild +++ b/app-office/calligra/calligra-2.5.3.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/app-office/calligra/calligra-2.5.3.ebuild,v 1.1 2012/11/04 10:27:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.5.3.ebuild,v 1.2 2012/11/16 20:10:32 ago Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -41,7 +41,9 @@ esac LICENSE="GPL-2" SLOT="4" -[[ ${PV} == *9999 ]] || KEYWORDS="amd64 x86" +# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 +[[ ${PV} == *9999 ]] || \ +KEYWORDS="amd64 x86" IUSE="attica +crypt +eigen +exif fftw +fontconfig freetds +gif glew +glib +gsf gsl +jpeg jpeg2k +kdcraw kdepim +lcms marble mysql +okular opengtl openexr |