diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-12-28 12:52:27 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-12-28 12:52:27 +0000 |
commit | d56a0b25d36cb28423181fc5eca1c1e7d5da923b (patch) | |
tree | ab84b9ecc812f47a0f566f5b13a943426a420ea4 /net-irc/psybnc | |
parent | x11-misc/revelation requires GNOME 2.16 (diff) | |
download | gentoo-2-d56a0b25d36cb28423181fc5eca1c1e7d5da923b.tar.gz gentoo-2-d56a0b25d36cb28423181fc5eca1c1e7d5da923b.tar.bz2 gentoo-2-d56a0b25d36cb28423181fc5eca1c1e7d5da923b.zip |
Added to ~sparc. Tested by Frank Schmitt.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-irc/psybnc')
-rw-r--r-- | net-irc/psybnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/psybnc/psybnc-2.3.2.7-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/psybnc/ChangeLog b/net-irc/psybnc/ChangeLog index 5fb4ee49e11e..a09f70995c5b 100644 --- a/net-irc/psybnc/ChangeLog +++ b/net-irc/psybnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/psybnc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/ChangeLog,v 1.3 2006/10/18 15:17:02 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/ChangeLog,v 1.4 2006/12/28 12:52:27 hansmi Exp $ + + 28 Dec 2006; Michael Hanselmann <hansmi@gentoo.org> + psybnc-2.3.2.7-r1.ebuild: + Added to ~sparc. Tested by Frank Schmitt. *psybnc-2.3.2.7-r1 (18 Oct 2006) diff --git a/net-irc/psybnc/psybnc-2.3.2.7-r1.ebuild b/net-irc/psybnc/psybnc-2.3.2.7-r1.ebuild index e83d55b08e24..d6fab32bc502 100644 --- a/net-irc/psybnc/psybnc-2.3.2.7-r1.ebuild +++ b/net-irc/psybnc/psybnc-2.3.2.7-r1.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/net-irc/psybnc/psybnc-2.3.2.7-r1.ebuild,v 1.1 2006/10/18 15:17:02 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/psybnc/psybnc-2.3.2.7-r1.ebuild,v 1.2 2006/12/28 12:52:27 hansmi Exp $ inherit eutils versionator MY_PV=$(replace_version_separator 3 '-') @@ -13,7 +13,7 @@ SRC_URI="http://www.psybnc.at/download/beta/psyBNC-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND=">=dev-libs/openssl-0.9.7d" |