diff options
-rw-r--r-- | razorqt-base/razorqt-notifications/ChangeLog | 8 | ||||
-rw-r--r-- | razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/razorqt-base/razorqt-notifications/ChangeLog b/razorqt-base/razorqt-notifications/ChangeLog index 599820a198b1..7fcf95b3835e 100644 --- a/razorqt-base/razorqt-notifications/ChangeLog +++ b/razorqt-base/razorqt-notifications/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for razorqt-base/razorqt-notifications -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/ChangeLog,v 1.2 2012/10/24 11:37:14 yngwin Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/ChangeLog,v 1.3 2013/01/06 18:13:14 ago Exp $ + + 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> + razorqt-notifications-0.5.1.ebuild: + Add ~ppc, wrt bug #449322 *razorqt-notifications-0.5.1 (24 Oct 2012) diff --git a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild b/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild index 8b08b5fcdcde..b863c3c81b00 100644 --- a/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild +++ b/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild,v 1.1 2012/10/24 11:37:14 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild,v 1.2 2013/01/06 18:13:14 ago Exp $ EAPI=4 inherit cmake-utils @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then KEYWORDS="" else SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc ~x86" S="${WORKDIR}/razorqt-${PV}" fi |