diff options
-rw-r--r-- | sci-chemistry/bodr/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/bodr/bodr-9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/bodr/ChangeLog b/sci-chemistry/bodr/ChangeLog index 2944fe6e282d..0841c322df2a 100644 --- a/sci-chemistry/bodr/ChangeLog +++ b/sci-chemistry/bodr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/bodr # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/ChangeLog,v 1.7 2010/10/24 20:52:22 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/ChangeLog,v 1.8 2010/10/25 06:09:07 grobian Exp $ + + 25 Oct 2010; Fabian Groffen <grobian@gentoo.org> bodr-9-r1.ebuild: + Marked ~ppc-macos, bug #342367 *bodr-9-r1 (24 Oct 2010) diff --git a/sci-chemistry/bodr/bodr-9-r1.ebuild b/sci-chemistry/bodr/bodr-9-r1.ebuild index f34496f08dc6..cd9cdab386d5 100644 --- a/sci-chemistry/bodr/bodr-9-r1.ebuild +++ b/sci-chemistry/bodr/bodr-9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/bodr-9-r1.ebuild,v 1.1 2010/10/24 20:52:22 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/bodr/bodr-9-r1.ebuild,v 1.2 2010/10/25 06:09:07 grobian Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~ppc-macos" IUSE="" DEPEND="dev-libs/libxslt" |