diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-12 17:58:37 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-12 17:58:37 +0000 |
commit | 99f45d7baf2cd059134f885ff7afccfec0933c73 (patch) | |
tree | 5a72acbf81510efb382d1fe5bc9959a156480f4e /x11-misc/peksystray | |
parent | Fixes #49128. (diff) | |
download | historical-99f45d7baf2cd059134f885ff7afccfec0933c73.tar.gz historical-99f45d7baf2cd059134f885ff7afccfec0933c73.tar.bz2 historical-99f45d7baf2cd059134f885ff7afccfec0933c73.zip |
Stable on alpha.
Diffstat (limited to 'x11-misc/peksystray')
-rw-r--r-- | x11-misc/peksystray/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/peksystray/peksystray-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/peksystray/ChangeLog b/x11-misc/peksystray/ChangeLog index 0627f044462b..3186b81443ce 100644 --- a/x11-misc/peksystray/ChangeLog +++ b/x11-misc/peksystray/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/peksystray # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.1 2004/01/10 17:55:15 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/ChangeLog,v 1.2 2004/06/12 17:52:05 kloeri Exp $ + + 12 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> peksystray-0.2.ebuild: + Stable on alpha. *peksystray-0.2 (10 Jan 2004) diff --git a/x11-misc/peksystray/peksystray-0.2.ebuild b/x11-misc/peksystray/peksystray-0.2.ebuild index 23e860d70343..2761c0eb3995 100644 --- a/x11-misc/peksystray/peksystray-0.2.ebuild +++ b/x11-misc/peksystray/peksystray-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.ebuild,v 1.2 2004/01/15 17:25:05 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/peksystray/peksystray-0.2.ebuild,v 1.3 2004/06/12 17:52:05 kloeri Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~alpha" +KEYWORDS="x86 alpha" DEPEND="virtual/x11" S=${WORKDIR}/${P} |