summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-01-25 08:13:01 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-01-25 08:13:01 +0000
commitd5220cc381e772d7b6ca8ab56286f747c3e61c07 (patch)
tree44389fe6225392ae6590fb0271009ae18c634e54 /dev-java/cglib/cglib-2.0.2-r2.ebuild
parentstable x86; bug #163611 (diff)
downloadgentoo-2-d5220cc381e772d7b6ca8ab56286f747c3e61c07.tar.gz
gentoo-2-d5220cc381e772d7b6ca8ab56286f747c3e61c07.tar.bz2
gentoo-2-d5220cc381e772d7b6ca8ab56286f747c3e61c07.zip
stable x86; bug #163646
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-java/cglib/cglib-2.0.2-r2.ebuild')
-rw-r--r--dev-java/cglib/cglib-2.0.2-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/cglib/cglib-2.0.2-r2.ebuild b/dev-java/cglib/cglib-2.0.2-r2.ebuild
index 16e9b9718908..772d452e4448 100644
--- a/dev-java/cglib/cglib-2.0.2-r2.ebuild
+++ b/dev-java/cglib/cglib-2.0.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-2.0.2-r2.ebuild,v 1.4 2006/09/09 07:39:04 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/cglib/cglib-2.0.2-r2.ebuild,v 1.5 2007/01/25 08:13:01 opfer Exp $
inherit eutils java-pkg-2 java-ant-2
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.jar"
HOMEPAGE="http://cglib.sourceforge.net"
LICENSE="Apache-1.1"
SLOT="2"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc x86"
COMMON_DEP="
source? ( app-arch/zip )
=dev-java/asm-1.4.3*