diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-09-09 19:24:40 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-09-09 19:24:40 +0000 |
commit | eeb275cb693ca2e6ecfdbd748c23559261f82b26 (patch) | |
tree | c3597f4e566e4bd3aa392d12d5972c996f072b87 /dev-util/bouml | |
parent | Mask drupal for bug #98524. (diff) | |
download | gentoo-2-eeb275cb693ca2e6ecfdbd748c23559261f82b26.tar.gz gentoo-2-eeb275cb693ca2e6ecfdbd748c23559261f82b26.tar.bz2 gentoo-2-eeb275cb693ca2e6ecfdbd748c23559261f82b26.zip |
Added ~x86 keyword. Closes bug #146827, reported by Sami Näätänen <sn.ml at bayminer.com>.
(Portage version: 2.1.1)
Diffstat (limited to 'dev-util/bouml')
-rw-r--r-- | dev-util/bouml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/bouml/bouml-2.16.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/bouml/ChangeLog b/dev-util/bouml/ChangeLog index 29fb6295fcdf..2f8a9a40c42b 100644 --- a/dev-util/bouml/ChangeLog +++ b/dev-util/bouml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/bouml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.1 2006/09/03 16:01:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/ChangeLog,v 1.2 2006/09/09 19:24:40 ticho Exp $ + + 09 Sep 2006; <ticho@gentoo.org> bouml-2.16.ebuild: + Added ~x86 keyword. Closes bug #146827, reported by Sami Näätänen <sn.ml + at bayminer.com>. *bouml-2.16 (03 Sep 2006) diff --git a/dev-util/bouml/bouml-2.16.ebuild b/dev-util/bouml/bouml-2.16.ebuild index 803e67b51195..e8c931ebd3fc 100644 --- a/dev-util/bouml/bouml-2.16.ebuild +++ b/dev-util/bouml/bouml-2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-2.16.ebuild,v 1.1 2006/09/03 16:01:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bouml/bouml-2.16.ebuild,v 1.2 2006/09/09 19:24:40 ticho Exp $ inherit qt3 toolchain-funcs multilib eutils @@ -12,7 +12,7 @@ SRC_URI="http://bouml.free.fr/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="$(qt_min_version 3)" |