diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-28 18:30:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-28 18:30:32 +0000 |
commit | 8e69887f242a3df2ca76cb9f216430a2f6438c7f (patch) | |
tree | f5543d0ff56ec7604bb0daa8818345b66ff51aad /x11-misc/xcut | |
parent | Dont make use of the deprecated oggvorbis useflag any longer, see #94254. (diff) | |
download | gentoo-2-8e69887f242a3df2ca76cb9f216430a2f6438c7f.tar.gz gentoo-2-8e69887f242a3df2ca76cb9f216430a2f6438c7f.tar.bz2 gentoo-2-8e69887f242a3df2ca76cb9f216430a2f6438c7f.zip |
stable everywhere
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/xcut')
-rw-r--r-- | x11-misc/xcut/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xcut/xcut-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xcut/ChangeLog b/x11-misc/xcut/ChangeLog index b2fc45bb85bd..5deba43ab49a 100644 --- a/x11-misc/xcut/ChangeLog +++ b/x11-misc/xcut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcut # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.2 2005/03/28 21:37:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.3 2005/05/28 18:30:32 agriffis Exp $ + + 28 May 2005; Aron Griffis <agriffis@gentoo.org> xcut-0.2.ebuild: + stable everywhere 28 Mar 2005; Aron Griffis <agriffis@gentoo.org> xcut-0.2.ebuild: Add ~alpha ~amd64 ~ia64 diff --git a/x11-misc/xcut/xcut-0.2.ebuild b/x11-misc/xcut/xcut-0.2.ebuild index ea6f46e5c13a..6844479c2c09 100644 --- a/x11-misc/xcut/xcut-0.2.ebuild +++ b/x11-misc/xcut/xcut-0.2.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/x11-misc/xcut/xcut-0.2.ebuild,v 1.2 2005/03/28 21:37:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/xcut-0.2.ebuild,v 1.3 2005/05/28 18:30:32 agriffis Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://xcut.sourceforge.net" SRC_URI="mirror://sourceforge/xcut/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~x86" +KEYWORDS="alpha amd64 ia64 x86" DEPEND="virtual/x11" |