diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-05 17:00:23 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-05 17:00:23 +0000 |
commit | 96dbba4d6b9403a8051e4cb86cf9e4bc75eb8863 (patch) | |
tree | acc80d5c81d73d7d961f8864194ef46917593bad /x11-misc | |
parent | - q/a fix. os-headers are not needed in RDEPEND (diff) | |
download | gentoo-2-96dbba4d6b9403a8051e4cb86cf9e4bc75eb8863.tar.gz gentoo-2-96dbba4d6b9403a8051e4cb86cf9e4bc75eb8863.tar.bz2 gentoo-2-96dbba4d6b9403a8051e4cb86cf9e4bc75eb8863.zip |
~alpha keyword, bug 78657.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/obpager/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/obpager/obpager-1.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/obpager/ChangeLog b/x11-misc/obpager/ChangeLog index 19853b5523ad..28adf0159f6d 100644 --- a/x11-misc/obpager/ChangeLog +++ b/x11-misc/obpager/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/obpager -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/ChangeLog,v 1.1 2004/11/06 14:59:52 pyrania Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/ChangeLog,v 1.2 2005/02/05 17:00:23 kloeri Exp $ + + 05 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> obpager-1.8.ebuild: + ~alpha keyword, bug 78657. *obpager-1.8 (06 Nov 2004) diff --git a/x11-misc/obpager/obpager-1.8.ebuild b/x11-misc/obpager/obpager-1.8.ebuild index dc9c4a0b26c3..28882ff0a4af 100644 --- a/x11-misc/obpager/obpager-1.8.ebuild +++ b/x11-misc/obpager/obpager-1.8.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/obpager-1.8.ebuild,v 1.1 2004/11/06 14:59:52 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/obpager-1.8.ebuild,v 1.2 2005/02/05 17:00:23 kloeri Exp $ DESCRIPTION="Lightweight pager designed to be used with NetWM-compliant window manager" HOMEPAGE="http://obpager.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~alpha" DEPEND="virtual/x11" |