diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 19:51:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 19:51:24 +0000 |
commit | 138fb9a5cc7f11ee6ca82e73ce004fb4db27ef62 (patch) | |
tree | bb3f7cbbf600820925df410df7a3165bb4a024d5 /app-text | |
parent | workaround for bug 399061 (diff) | |
download | gentoo-2-138fb9a5cc7f11ee6ca82e73ce004fb4db27ef62.tar.gz gentoo-2-138fb9a5cc7f11ee6ca82e73ce004fb4db27ef62.tar.bz2 gentoo-2-138fb9a5cc7f11ee6ca82e73ce004fb4db27ef62.zip |
workaround for bug 399061
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libmspub/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/libmspub/libmspub-0.0.3.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-text/libmspub/ChangeLog b/app-text/libmspub/ChangeLog index ab9ce1fc7396..ac0d79a05c33 100644 --- a/app-text/libmspub/ChangeLog +++ b/app-text/libmspub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/libmspub # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.2 2012/09/20 14:32:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/ChangeLog,v 1.3 2012/11/16 19:51:24 ago Exp $ + + 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> libmspub-0.0.3.ebuild: + workaround for bug 399061 *libmspub-0.0.3 (20 Sep 2012) diff --git a/app-text/libmspub/libmspub-0.0.3.ebuild b/app-text/libmspub/libmspub-0.0.3.ebuild index 0e3fcf3f97cd..3c23571acfe7 100644 --- a/app-text/libmspub/libmspub-0.0.3.ebuild +++ b/app-text/libmspub/libmspub-0.0.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-text/libmspub/libmspub-0.0.3.ebuild,v 1.1 2012/09/20 14:32:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libmspub/libmspub-0.0.3.ebuild,v 1.2 2012/11/16 19:51:24 ago Exp $ EAPI=4 @@ -15,7 +15,11 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/libmspub" 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=" |