diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-18 20:18:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-18 20:18:06 +0000 |
commit | 676088fca799dbed91f4eaf46ea207ba361cb5ce (patch) | |
tree | 8c92de4980c264c83fde9b736933d356873d3c7d /dev-libs/librep | |
parent | x86 stable, bug #409403 (diff) | |
download | gentoo-2-676088fca799dbed91f4eaf46ea207ba361cb5ce.tar.gz gentoo-2-676088fca799dbed91f4eaf46ea207ba361cb5ce.tar.bz2 gentoo-2-676088fca799dbed91f4eaf46ea207ba361cb5ce.zip |
Stable for amd64, wrt bug #410611
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/librep')
-rw-r--r-- | dev-libs/librep/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/librep/librep-0.92.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/librep/ChangeLog b/dev-libs/librep/ChangeLog index c3a632165b9a..4aafc07907eb 100644 --- a/dev-libs/librep/ChangeLog +++ b/dev-libs/librep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/librep # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.67 2012/03/27 09:00:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.68 2012/04/18 20:18:06 ago Exp $ + + 18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> librep-0.92.2.ebuild: + Stable for amd64, wrt bug #410611 *librep-0.92.2 (27 Mar 2012) diff --git a/dev-libs/librep/librep-0.92.2.ebuild b/dev-libs/librep/librep-0.92.2.ebuild index 0259424c274b..39e751a6f60f 100644 --- a/dev-libs/librep/librep-0.92.2.ebuild +++ b/dev-libs/librep/librep-0.92.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.92.2.ebuild,v 1.1 2012/03/27 09:00:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.92.2.ebuild,v 1.2 2012/04/18 20:18:06 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://download.tuxfamily.org/librep/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="emacs readline" RDEPEND=">=sys-libs/gdbm-1.8.0 |