diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-14 13:12:33 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-14 13:12:33 +0000 |
commit | a051dbd81aa2490a08fa3a12aa94b3e75a5c1e6c (patch) | |
tree | fd234c02cb09fcdc0a15ecb8f15e501ecda6432e /media-gfx | |
parent | Disable sitedir-not-sitelibdir test. (diff) | |
download | gentoo-2-a051dbd81aa2490a08fa3a12aa94b3e75a5c1e6c.tar.gz gentoo-2-a051dbd81aa2490a08fa3a12aa94b3e75a5c1e6c.tar.bz2 gentoo-2-a051dbd81aa2490a08fa3a12aa94b3e75a5c1e6c.zip |
stable x86, bug 322693
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/picturewall/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/picturewall/picturewall-1.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-gfx/picturewall/ChangeLog b/media-gfx/picturewall/ChangeLog index e31e6a7d0e38..28c374999cbb 100644 --- a/media-gfx/picturewall/ChangeLog +++ b/media-gfx/picturewall/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/picturewall # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.3 2010/06/24 21:20:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/ChangeLog,v 1.4 2010/07/14 13:12:33 fauli Exp $ + + 14 Jul 2010; Christian Faulhammer <fauli@gentoo.org> + picturewall-1.0-r1.ebuild: + stable x86, bug 322693 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> picturewall-1.0-r1.ebuild: stable amd64, bug 322693 diff --git a/media-gfx/picturewall/picturewall-1.0-r1.ebuild b/media-gfx/picturewall/picturewall-1.0-r1.ebuild index c57b7ea4c317..be584c50a9cd 100644 --- a/media-gfx/picturewall/picturewall-1.0-r1.ebuild +++ b/media-gfx/picturewall/picturewall-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild,v 1.2 2010/06/24 21:20:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/picturewall/picturewall-1.0-r1.ebuild,v 1.3 2010/07/14 13:12:33 fauli Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="http://picturewall.googlecode.com/files/PictureWall_1.0.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug" RDEPEND=">=x11-libs/qt-gui-4.5.3" |