diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-02 17:18:55 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-02 17:18:55 +0000 |
commit | a6c040b82868eb1a55f299c431ba045b8618d85e (patch) | |
tree | 9366946b3d6770420a5c23c9d7eecedfd7e10920 /dev-java/smack | |
parent | Stable for amd64, wrt bug #414381 (diff) | |
download | gentoo-2-a6c040b82868eb1a55f299c431ba045b8618d85e.tar.gz gentoo-2-a6c040b82868eb1a55f299c431ba045b8618d85e.tar.bz2 gentoo-2-a6c040b82868eb1a55f299c431ba045b8618d85e.zip |
Stable for amd64, wrt bug #414383
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/smack')
-rw-r--r-- | dev-java/smack/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/smack/smack-2.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/smack/ChangeLog b/dev-java/smack/ChangeLog index f97c58c46c8f..bd2d4b97375d 100644 --- a/dev-java/smack/ChangeLog +++ b/dev-java/smack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/smack -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/smack/ChangeLog,v 1.3 2007/04/28 20:53:04 nelchael Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/smack/ChangeLog,v 1.4 2012/05/02 17:18:55 ago Exp $ + + 02 May 2012; Agostino Sarubbo <ago@gentoo.org> smack-2.2.1.ebuild: + Stable for amd64, wrt bug #414383 28 Apr 2007; Krzysiek Pawlik <nelchael@gentoo.org> smack-2.2.1.ebuild: Fix for JAVA_PKG_STRICT. diff --git a/dev-java/smack/smack-2.2.1.ebuild b/dev-java/smack/smack-2.2.1.ebuild index 733cfa1b0a7a..e0038dcaadc0 100644 --- a/dev-java/smack/smack-2.2.1.ebuild +++ b/dev-java/smack/smack-2.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/smack/smack-2.2.1.ebuild,v 1.3 2007/04/28 20:53:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/smack/smack-2.2.1.ebuild,v 1.4 2012/05/02 17:18:55 ago Exp $ JAVA_PKG_IUSE="doc source" @@ -15,7 +15,7 @@ SRC_URI="http://www.jivesoftware.org/builds/${PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="2.2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" COMMON_DEP="dev-java/xpp3" |