diff options
Diffstat (limited to 'app-text/xml2/xml2-0.4.ebuild')
-rw-r--r-- | app-text/xml2/xml2-0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/xml2/xml2-0.4.ebuild b/app-text/xml2/xml2-0.4.ebuild index 168c553819af..70efc0404187 100644 --- a/app-text/xml2/xml2-0.4.ebuild +++ b/app-text/xml2/xml2-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xml2/xml2-0.4.ebuild,v 1.1 2008/05/14 18:16:25 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xml2/xml2-0.4.ebuild,v 1.2 2010/01/02 11:45:51 fauli Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="http://download.ofb.net/gale/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos" IUSE="" RDEPEND="dev-libs/libxml2" |