diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-23 09:59:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-23 09:59:15 +0000 |
commit | 0d183ac524ed506e1f1a81bb9ea90ff7bf9c642b (patch) | |
tree | bb46762706bd52b7b3a7d43e16106d53adb8e98e /gnustep-apps/pictureframe | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-0d183ac524ed506e1f1a81bb9ea90ff7bf9c642b.tar.gz gentoo-2-0d183ac524ed506e1f1a81bb9ea90ff7bf9c642b.tar.bz2 gentoo-2-0d183ac524ed506e1f1a81bb9ea90ff7bf9c642b.zip |
Stable for amd64, wrt bug #418997
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps/pictureframe')
-rw-r--r-- | gnustep-apps/pictureframe/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnustep-apps/pictureframe/ChangeLog b/gnustep-apps/pictureframe/ChangeLog index 4a53a2f6222b..a7e2b4573e5c 100644 --- a/gnustep-apps/pictureframe/ChangeLog +++ b/gnustep-apps/pictureframe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/pictureframe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/ChangeLog,v 1.8 2012/06/19 06:40:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/ChangeLog,v 1.9 2012/06/23 09:59:15 ago Exp $ + + 23 Jun 2012; Agostino Sarubbo <ago@gentoo.org> pictureframe-1.1.3.ebuild: + Stable for amd64, wrt bug #418997 19 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pictureframe-1.1.3.ebuild: marked x86 per bug 418997 diff --git a/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild b/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild index b0c9e00cc098..bd9ea823b0dc 100644 --- a/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild +++ b/gnustep-apps/pictureframe/pictureframe-1.1.3.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/pictureframe/pictureframe-1.1.3.ebuild,v 1.2 2012/06/19 06:40:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/pictureframe-1.1.3.ebuild,v 1.3 2012/06/23 09:59:15 ago Exp $ EAPI=4 inherit gnustep-2 @@ -12,7 +12,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} |