diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-23 15:14:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-23 15:14:34 +0000 |
commit | 93d0961f91b1c09bb1ada66247767c0cbbbdf286 (patch) | |
tree | f0975dcc4d9af00424103069f289afbd036ad7ee /app-arch/unp | |
parent | Stable for amd64, wrt bug #399745 (diff) | |
download | gentoo-2-93d0961f91b1c09bb1ada66247767c0cbbbdf286.tar.gz gentoo-2-93d0961f91b1c09bb1ada66247767c0cbbbdf286.tar.bz2 gentoo-2-93d0961f91b1c09bb1ada66247767c0cbbbdf286.zip |
Stable for amd64, wrt bug #396767
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/unp')
-rw-r--r-- | app-arch/unp/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/unp/unp-2.0_pre7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/unp/ChangeLog b/app-arch/unp/ChangeLog index 84bf3caec801..97e14d39ebee 100644 --- a/app-arch/unp/ChangeLog +++ b/app-arch/unp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/unp -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.29 2011/10/16 19:22:48 hanno Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/ChangeLog,v 1.30 2012/01/23 15:14:34 ago Exp $ + + 23 Jan 2012; Agostino Sarubbo <ago@gentoo.org> unp-2.0_pre7.ebuild: + Stable for amd64, wrt bug #396767 *unp-2.0_pre7 (16 Oct 2011) diff --git a/app-arch/unp/unp-2.0_pre7.ebuild b/app-arch/unp/unp-2.0_pre7.ebuild index 81bbd89a3b15..6ffd4a6385e9 100644 --- a/app-arch/unp/unp-2.0_pre7.ebuild +++ b/app-arch/unp/unp-2.0_pre7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-2.0_pre7.ebuild,v 1.1 2011/10/16 19:22:48 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-2.0_pre7.ebuild,v 1.2 2012/01/23 15:14:34 ago Exp $ EAPI=2 @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${PV/_/~}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |