diff options
author | Fabian Köster <koesterreich@fastmail.fm> | 2013-03-29 13:27:41 +0100 |
---|---|---|
committer | Fabian Köster <koesterreich@fastmail.fm> | 2013-03-29 13:27:41 +0100 |
commit | c3553fcde36b71b52f74982c31dfc575756f6b68 (patch) | |
tree | 3f40eebe65c1642b96f8e2840f823ab4dd9670ab | |
parent | Fix manifest (diff) | |
download | hibiscus-c3553fcde36b71b52f74982c31dfc575756f6b68.tar.gz hibiscus-c3553fcde36b71b52f74982c31dfc575756f6b68.tar.bz2 hibiscus-c3553fcde36b71b52f74982c31dfc575756f6b68.zip |
Tested spiffy on x86
-rw-r--r-- | dev-java/spiffy/spiffy-0.05.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/spiffy/spiffy-0.05.ebuild b/dev-java/spiffy/spiffy-0.05.ebuild index 63839e2..90fc9e1 100644 --- a/dev-java/spiffy/spiffy-0.05.ebuild +++ b/dev-java/spiffy/spiffy-0.05.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/spiffyframework/spiffyframework/v0.xx/${PN}-all-${ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEPS="dev-java/log4j" |