diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-21 20:07:21 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-01-21 20:07:21 +0000 |
commit | 979181d7746569f12c8312b4d4b7a0e04940b298 (patch) | |
tree | 3881523f2565d99ce059bb6bdaada12b92e8f712 /x11-libs/libnotify | |
parent | Removed legacy stuff and cleaned code, javadoc is now generated from the sour... (diff) | |
download | gentoo-2-979181d7746569f12c8312b4d4b7a0e04940b298.tar.gz gentoo-2-979181d7746569f12c8312b4d4b7a0e04940b298.tar.bz2 gentoo-2-979181d7746569f12c8312b4d4b7a0e04940b298.zip |
Stable on IA64, bug 156662.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'x11-libs/libnotify')
-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 f392900c7b0d..f8afcf5859ea 100644 --- a/x11-libs/libnotify/ChangeLog +++ b/x11-libs/libnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libnotify # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.28 2007/01/16 15:25:22 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.29 2007/01/21 20:07:21 kloeri Exp $ + + 21 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> libnotify-0.4.3.ebuild: + Stable on IA64, bug 156662. 16 Jan 2007; Roy Marples <uberlord@gentoo.org> libnotify-0.4.3.ebuild: Added ~x86-fbsd keyword. diff --git a/x11-libs/libnotify/libnotify-0.4.3.ebuild b/x11-libs/libnotify/libnotify-0.4.3.ebuild index 2f91dfad298e..6c6100d24bb2 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-2007 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.7 2007/01/16 15:25:22 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.4.3.ebuild,v 1.8 2007/01/21 20:07:21 kloeri 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 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.6 |