diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 19:08:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 19:08:42 +0000 |
commit | 8c5c2353d3d29f8c754b296b47f8da027a65c7da (patch) | |
tree | 395d0e4f592b639d447d4a162b3cf7ac34106b48 /razorqt-base | |
parent | Stable for x86, wrt bug #452646 (diff) | |
download | gentoo-2-8c5c2353d3d29f8c754b296b47f8da027a65c7da.tar.gz gentoo-2-8c5c2353d3d29f8c754b296b47f8da027a65c7da.tar.bz2 gentoo-2-8c5c2353d3d29f8c754b296b47f8da027a65c7da.zip |
Stable for x86, wrt bug #452646
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'razorqt-base')
-rw-r--r-- | razorqt-base/razorqt-notifications/ChangeLog | 6 | ||||
-rw-r--r-- | razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/razorqt-base/razorqt-notifications/ChangeLog b/razorqt-base/razorqt-notifications/ChangeLog index a2888fc59973..64147a28dcfd 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/ChangeLog,v 1.6 2013/01/20 19:05:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/ChangeLog,v 1.7 2013/01/20 19:08:42 ago Exp $ + + 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> + razorqt-notifications-0.5.1.ebuild: + Stable for x86, wrt bug #452646 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> razorqt-notifications-0.5.1.ebuild: 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 638a55d8e66f..5016b9489296 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-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.4 2013/01/20 19:05:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/razorqt-notifications/razorqt-notifications-0.5.1.ebuild,v 1.5 2013/01/20 19:08:42 ago Exp $ EAPI=4 inherit cmake-utils @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then KEYWORDS="" else SRC_URI="mirror://github/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" S="${WORKDIR}/razorqt-${PV}" fi |