diff options
author | 2006-12-05 14:54:03 +0000 | |
---|---|---|
committer | 2006-12-05 14:54:03 +0000 | |
commit | dfc4b35c3bc5cb4b57bc56e8545d7c21697156de (patch) | |
tree | 0021b1f3cac5909ebf236a2e649d4e6c8d97da90 | |
parent | Add patch to fix bug #155949. (diff) | |
download | gentoo-2-dfc4b35c3bc5cb4b57bc56e8545d7c21697156de.tar.gz gentoo-2-dfc4b35c3bc5cb4b57bc56e8545d7c21697156de.tar.bz2 gentoo-2-dfc4b35c3bc5cb4b57bc56e8545d7c21697156de.zip |
Stable for HPPA.
(Portage version: 2.1.1-r2)
-rw-r--r-- | x11-libs/libnotify/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libnotify/ChangeLog b/x11-libs/libnotify/ChangeLog index 593b04e6a9e4..70b0c2c5d7bc 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,9 @@ # 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.25 2006/10/30 20:16:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.26 2006/12/05 14:54:03 jer Exp $ + + 05 Dec 2006; Jeroen Roovers <jer@gentoo.org> libnotify-0.4.3.ebuild: + Stable for HPPA. 30 Oct 2006; Jeroen Roovers <jer@gentoo.org> libnotify-0.4.3.ebuild: Marked ~hppa (bug #153433). diff --git a/x11-libs/libnotify/libnotify-0.4.3.ebuild b/x11-libs/libnotify/libnotify-0.4.3.ebuild index 919b761304d9..8241f344d701 100644 --- a/x11-libs/libnotify/libnotify-0.4.3.ebuild +++ b/x11-libs/libnotify/libnotify-0.4.3.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.3.ebuild,v 1.4 2006/10/30 20:16:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.3.ebuild,v 1.5 2006/12/05 14:54:03 jer 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="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.6 |