diff options
author | Jeroen Roovers <jer@gentoo.org> | 2006-10-30 20:10:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2006-10-30 20:10:46 +0000 |
commit | 860c385c3e59b49a3f8befe10755bffe0f3df2be (patch) | |
tree | 5dc66d96715b8195cd857bfa210458d386602f47 /x11-misc/notification-daemon | |
parent | Fix some more dependencies. Fix parallel make issue, thanks to Jason Wever, c... (diff) | |
download | gentoo-2-860c385c3e59b49a3f8befe10755bffe0f3df2be.tar.gz gentoo-2-860c385c3e59b49a3f8befe10755bffe0f3df2be.tar.bz2 gentoo-2-860c385c3e59b49a3f8befe10755bffe0f3df2be.zip |
Marked ~hppa (bug #153433).
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'x11-misc/notification-daemon')
-rw-r--r-- | x11-misc/notification-daemon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notification-daemon/notification-daemon-0.3.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/notification-daemon/ChangeLog b/x11-misc/notification-daemon/ChangeLog index 71d39128ece4..05d0a909b088 100644 --- a/x11-misc/notification-daemon/ChangeLog +++ b/x11-misc/notification-daemon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notification-daemon # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.21 2006/10/30 18:16:06 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/ChangeLog,v 1.22 2006/10/30 20:10:46 jer Exp $ + + 30 Oct 2006; Jeroen Roovers <jer@gentoo.org> + notification-daemon-0.3.6.ebuild: + Marked ~hppa (bug #153433). 30 Oct 2006; Saleem Abdulrasool <compnerd@gentoo.org> notification-daemon-0.3.5.ebuild, notification-daemon-0.3.5-r2.ebuild, diff --git a/x11-misc/notification-daemon/notification-daemon-0.3.6.ebuild b/x11-misc/notification-daemon/notification-daemon-0.3.6.ebuild index 625d9d454895..7734298a871c 100644 --- a/x11-misc/notification-daemon/notification-daemon-0.3.6.ebuild +++ b/x11-misc/notification-daemon/notification-daemon-0.3.6.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-misc/notification-daemon/notification-daemon-0.3.6.ebuild,v 1.3 2006/10/30 18:16:06 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notification-daemon/notification-daemon-0.3.6.ebuild,v 1.4 2006/10/30 20:10:46 jer Exp $ inherit gnome2 eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=dev-libs/glib-2.4.0 |