diff options
author | 2009-04-07 01:08:46 +0000 | |
---|---|---|
committer | 2009-04-07 01:08:46 +0000 | |
commit | 1224a03dd2d933d6053b4a334cadd75d138a7922 (patch) | |
tree | 3f786eb0841cbfdfc5f3735c5314af29989ee1a0 /dev-libs | |
parent | stable amd64, bug 262842 (diff) | |
download | gentoo-2-1224a03dd2d933d6053b4a334cadd75d138a7922.tar.gz gentoo-2-1224a03dd2d933d6053b4a334cadd75d138a7922.tar.bz2 gentoo-2-1224a03dd2d933d6053b4a334cadd75d138a7922.zip |
stable amd64, bug 260697
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/judy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/judy/judy-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/judy/ChangeLog b/dev-libs/judy/ChangeLog index 5584a855df36..c8923ed0609c 100644 --- a/dev-libs/judy/ChangeLog +++ b/dev-libs/judy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/judy # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.27 2009/03/07 13:10:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/ChangeLog,v 1.28 2009/04/07 01:08:46 gentoofan23 Exp $ + + 07 Apr 2009; Thomas Anderson <gentoofan23@gentoo.org> judy-1.0.4.ebuild: + stable amd64, bug 260697 07 Mar 2009; Raúl Porcel <armin76@gentoo.org> judy-1.0.4.ebuild: sparc/x86 stable wrt #260697 diff --git a/dev-libs/judy/judy-1.0.4.ebuild b/dev-libs/judy/judy-1.0.4.ebuild index 5e03d8b48c48..6020aa5a978c 100644 --- a/dev-libs/judy/judy-1.0.4.ebuild +++ b/dev-libs/judy/judy-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.4.ebuild,v 1.11 2009/03/07 13:10:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-1.0.4.ebuild,v 1.12 2009/04/07 01:08:46 gentoofan23 Exp $ inherit eutils autotools @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/judy/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" IUSE="" S=${WORKDIR}/${MY_P} |