diff options
author | Markus Meier <maekke@gentoo.org> | 2012-04-07 14:52:10 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-04-07 14:52:10 +0000 |
commit | 084b8b73c531c479d0f706cda680ed88eb0037bb (patch) | |
tree | d4719966563c04f14d8a6f0af1fff32a6498c2f9 /gnustep-apps | |
parent | x86 stable, bug #410601 (diff) | |
download | gentoo-2-084b8b73c531c479d0f706cda680ed88eb0037bb.tar.gz gentoo-2-084b8b73c531c479d0f706cda680ed88eb0037bb.tar.bz2 gentoo-2-084b8b73c531c479d0f706cda680ed88eb0037bb.zip |
x86 stable, bug #410601
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/easydiff/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-apps/easydiff/easydiff-0.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnustep-apps/easydiff/ChangeLog b/gnustep-apps/easydiff/ChangeLog index 9e94f4927e9e..47fce210afd8 100644 --- a/gnustep-apps/easydiff/ChangeLog +++ b/gnustep-apps/easydiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/easydiff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.21 2012/02/04 14:09:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/ChangeLog,v 1.22 2012/04/07 14:52:10 maekke Exp $ + + 07 Apr 2012; Markus Meier <maekke@gentoo.org> easydiff-0.4.0.ebuild: + x86 stable, bug #410601 04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> easydiff-0.4.0.ebuild: Stable for amd64, wrt bug #397045 diff --git a/gnustep-apps/easydiff/easydiff-0.4.0.ebuild b/gnustep-apps/easydiff/easydiff-0.4.0.ebuild index 29f9da756e8b..56507e9cf34b 100644 --- a/gnustep-apps/easydiff/easydiff-0.4.0.ebuild +++ b/gnustep-apps/easydiff/easydiff-0.4.0.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/gnustep-apps/easydiff/easydiff-0.4.0.ebuild,v 1.3 2012/02/04 14:09:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/easydiff/easydiff-0.4.0.ebuild,v 1.4 2012/04/07 14:52:10 maekke Exp $ inherit gnustep-2 @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="cvs" RDEPEND="cvs? ( dev-vcs/cvs )" |