diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-30 15:56:40 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-30 15:56:40 +0000 |
commit | 1252d039ee879deb2f25d92366e209e249d6af5c (patch) | |
tree | 97e14511787cb83a838db136b334e7bbcb7f122a /x11-libs/libnotify | |
parent | Added gadu gadu protocol support (diff) | |
download | historical-1252d039ee879deb2f25d92366e209e249d6af5c.tar.gz historical-1252d039ee879deb2f25d92366e209e249d6af5c.tar.bz2 historical-1252d039ee879deb2f25d92366e209e249d6af5c.zip |
Stable on amd64.
Package-Manager: portage-2.1.1_pre1-r2
Diffstat (limited to 'x11-libs/libnotify')
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index e83608f7a0fb..93b4e8aed36c 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libnotify # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.9 2006/06/26 20:07:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.10 2006/06/30 15:37:12 wolf31o2 Exp $ + + 30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> + libnotify-0.4.2.ebuild: + Stable on amd64. 26 Jun 2006; Markus Rothe <corsair@gentoo.org> libnotify-0.4.2.ebuild: Added ~ppc64; bug #136906 diff --git a/x11-libs/libnotify/libnotify-0.4.2.ebuild b/x11-libs/libnotify/libnotify-0.4.2.ebuild index 8f0e3b4d70e7..c9274383ac5f 100644 --- a/x11-libs/libnotify/libnotify-0.4.2.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.2.ebuild,v 1.2 2006/06/26 20:07:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.2.ebuild,v 1.3 2006/06/30 15:37:12 wolf31o2 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.2.2 |