summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2015-04-15 05:08:40 +0000
committerYixun Lan <dlan@gentoo.org>2015-04-15 05:08:40 +0000
commit226c1efabef6279bc3fbc77eb515a736ff1f5918 (patch)
treeb0e2e93c6fb6d966ebf233a9bec6291ab36e8528 /lxqt-base
parentkeyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, bug 528676 (diff)
downloadgentoo-2-226c1efabef6279bc3fbc77eb515a736ff1f5918.tar.gz
gentoo-2-226c1efabef6279bc3fbc77eb515a736ff1f5918.tar.bz2
gentoo-2-226c1efabef6279bc3fbc77eb515a736ff1f5918.zip
keyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, bug 528676
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-notificationd/ChangeLog5
-rw-r--r--lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/lxqt-base/lxqt-notificationd/ChangeLog b/lxqt-base/lxqt-notificationd/ChangeLog
index fec55c29db1c..f45057a4062b 100644
--- a/lxqt-base/lxqt-notificationd/ChangeLog
+++ b/lxqt-base/lxqt-notificationd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for lxqt-base/lxqt-notificationd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/ChangeLog,v 1.9 2015/02/20 11:45:20 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/ChangeLog,v 1.10 2015/04/15 05:08:40 dlan Exp $
+
+ 15 Apr 2015; Yixun Lan <dlan@gentoo.org> lxqt-notificationd-0.9.0-r1.ebuild:
+ keyword arm/arm64, tested on cortex-A9/A53 hardware; support lxqt, bug 528676
*lxqt-notificationd-0.9.0-r1 (20 Feb 2015)
diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild
index 2f4128c1074a..b6b9a9ec5859 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild,v 1.1 2015/02/20 11:45:20 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-notificationd/lxqt-notificationd-0.9.0-r1.ebuild,v 1.2 2015/04/15 05:08:40 dlan Exp $
EAPI=5
inherit cmake-utils
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="GPL-2 LGPL-2.1+"