diff options
Diffstat (limited to 'gnustep-apps/pictureframe/pictureframe-1.0.0.ebuild')
-rw-r--r-- | gnustep-apps/pictureframe/pictureframe-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-apps/pictureframe/pictureframe-1.0.0.ebuild b/gnustep-apps/pictureframe/pictureframe-1.0.0.ebuild index 5bdf62803f61..49fa7a71f408 100644 --- a/gnustep-apps/pictureframe/pictureframe-1.0.0.ebuild +++ b/gnustep-apps/pictureframe/pictureframe-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/pictureframe-1.0.0.ebuild,v 1.1 2008/01/16 23:58:19 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/pictureframe/pictureframe-1.0.0.ebuild,v 1.2 2008/03/21 11:40:13 opfer 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" S=${WORKDIR}/${MY_PN}-${PV} |