diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 09:15:24 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 09:15:24 +0000 |
commit | e870efa41f8c26356696e4aecf91766aaf21b61e (patch) | |
tree | bc8d8aea0b2120c8044c5654b5bceb9d9e44384d /x11-libs/libnotify | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-e870efa41f8c26356696e4aecf91766aaf21b61e.tar.gz gentoo-2-e870efa41f8c26356696e4aecf91766aaf21b61e.tar.bz2 gentoo-2-e870efa41f8c26356696e4aecf91766aaf21b61e.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.7.5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index e3a5856148b8..d5242bf10870 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libnotify -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.89 2012/08/19 18:25:14 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.90 2013/02/25 09:15:24 zmedico Exp $ + + 25 Feb 2013; Zac Medico <zmedico@gentoo.org> libnotify-0.7.5.ebuild: + Add ~arm-linux keyword. 19 Aug 2012; Raúl Porcel <armin76@gentoo.org> libnotify-0.7.5.ebuild: alpha/ia64/sh/sparc stable wrt #422357 @@ -329,4 +332,3 @@ 19 Feb 2006; Sven Wegener <swegener@gentoo.org> +metadata.xml, +libnotify-0.3.2.ebuild: Initial commit, ebuild written by me. - diff --git a/x11-libs/libnotify/libnotify-0.7.5.ebuild b/x11-libs/libnotify/libnotify-0.7.5.ebuild index 4bdc3f49c792..4958fd06467a 100644 --- a/x11-libs/libnotify/libnotify-0.7.5.ebuild +++ b/x11-libs/libnotify/libnotify-0.7.5.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/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.10 2012/08/19 18:25:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.5.ebuild,v 1.11 2013/02/25 09:15:24 zmedico Exp $ EAPI=4 inherit autotools gnome.org @@ -12,7 +12,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc +introspection +symlink test" RDEPEND=">=dev-libs/glib-2.26 |