diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-10-13 18:54:37 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-10-13 18:54:37 +0000 |
commit | 44f6e3c3f92cf641c94c18ae70f0d4a2e1871c75 (patch) | |
tree | e122ee119e5cf7c727899f51d3090d5693c5d057 | |
parent | Remove coreutils dep for the sake of ppc-macos and fbsd, etc (diff) | |
download | gentoo-2-44f6e3c3f92cf641c94c18ae70f0d4a2e1871c75.tar.gz gentoo-2-44f6e3c3f92cf641c94c18ae70f0d4a2e1871c75.tar.bz2 gentoo-2-44f6e3c3f92cf641c94c18ae70f0d4a2e1871c75.zip |
Unstable on hppa.
(Portage version: 2.0.51.22-r3)
-rw-r--r-- | mail-filter/libsrs_alt/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/libsrs_alt/libsrs_alt-1.0_rc1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-filter/libsrs_alt/ChangeLog b/mail-filter/libsrs_alt/ChangeLog index 2292af274df1..cf90fdfc1dfa 100644 --- a/mail-filter/libsrs_alt/ChangeLog +++ b/mail-filter/libsrs_alt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/libsrs_alt # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs_alt/ChangeLog,v 1.4 2005/10/02 03:13:54 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs_alt/ChangeLog,v 1.5 2005/10/13 18:54:37 killerfox Exp $ + + 13 Oct 2005; Rene Nussbaumer <killerfox@gentoo.org> + libsrs_alt-1.0_rc1-r1.ebuild: + Unstable on hppa. 02 Oct 2005; Jason Wever <weeve@gentoo.org> libsrs_alt-1.0_rc1-r1.ebuild: Added ~sparc keyword. diff --git a/mail-filter/libsrs_alt/libsrs_alt-1.0_rc1-r1.ebuild b/mail-filter/libsrs_alt/libsrs_alt-1.0_rc1-r1.ebuild index 85a2e1a1bfa6..79b21f821152 100644 --- a/mail-filter/libsrs_alt/libsrs_alt-1.0_rc1-r1.ebuild +++ b/mail-filter/libsrs_alt/libsrs_alt-1.0_rc1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs_alt/libsrs_alt-1.0_rc1-r1.ebuild,v 1.2 2005/10/02 03:13:55 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libsrs_alt/libsrs_alt-1.0_rc1-r1.ebuild,v 1.3 2005/10/13 18:54:37 killerfox Exp $ MY_PV=${PV%_rc*} MY_RC=${PV#*_rc} @@ -12,7 +12,7 @@ SRC_URI="http://srs.mirtol.com/libsrs_alt-${MY_PV}rc${MY_RC}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~hppa ~ppc ~sparc ~x86" IUSE="" DEPEND="virtual/libc" |