diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 12:04:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-16 12:04:40 +0000 |
commit | efd5de74825519c92787b1a3d7d4fdfed485bbbb (patch) | |
tree | 8c9e9d5d3f102c4e5aae455804e34e205ef9ee1b /gnustep-apps/pictureframe | |
parent | Drop -pipe request by ago, #394037 (diff) | |
download | gentoo-2-efd5de74825519c92787b1a3d7d4fdfed485bbbb.tar.gz gentoo-2-efd5de74825519c92787b1a3d7d4fdfed485bbbb.tar.bz2 gentoo-2-efd5de74825519c92787b1a3d7d4fdfed485bbbb.zip |
Stable for AMD64, wrt bug #393699
(Portage version: 2.1.10.40/cvs/Linux i686)
Diffstat (limited to 'gnustep-apps/pictureframe')
-rw-r--r-- | gnustep-apps/pictureframe/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-apps/pictureframe/pictureframe-1.1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnustep-apps/pictureframe/ChangeLog b/gnustep-apps/pictureframe/ChangeLog index a3c85933d946..aa6fb250ebb4 100644 --- a/gnustep-apps/pictureframe/ChangeLog +++ b/gnustep-apps/pictureframe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/pictureframe -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/ChangeLog,v 1.4 2009/01/12 12:39:24 voyageur Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/ChangeLog,v 1.5 2011/12/16 12:04:40 ago Exp $ + + 16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> pictureframe-1.1.2.ebuild: + Stable for AMD64, wrt bug #393699 *pictureframe-1.1.2 (12 Jan 2009) diff --git a/gnustep-apps/pictureframe/pictureframe-1.1.2.ebuild b/gnustep-apps/pictureframe/pictureframe-1.1.2.ebuild index 0acc8888d381..ad0146f19b73 100644 --- a/gnustep-apps/pictureframe/pictureframe-1.1.2.ebuild +++ b/gnustep-apps/pictureframe/pictureframe-1.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/pictureframe-1.1.2.ebuild,v 1.1 2009/01/12 12:39:24 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/pictureframe-1.1.2.ebuild,v 1.2 2011/12/16 12:04:40 ago Exp $ inherit gnustep-2 @@ -11,7 +11,7 @@ SRC_URI="http://ftp.gnustep.org/pub/gnustep/contrib/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" S=${WORKDIR}/${MY_PN}-${PV} |