diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-08-28 14:48:45 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-08-28 14:48:45 +0000 |
commit | 1e7b301fa4c45a693f119c0dc18d96d7aeab0f5b (patch) | |
tree | 0cd075285d578d474edbfa7dc46cc68232c23e69 /x11-misc/makedepend | |
parent | Adding the right patch for 0.2.36 on ppc-macos (diff) | |
download | gentoo-2-1e7b301fa4c45a693f119c0dc18d96d7aeab0f5b.tar.gz gentoo-2-1e7b301fa4c45a693f119c0dc18d96d7aeab0f5b.tar.bz2 gentoo-2-1e7b301fa4c45a693f119c0dc18d96d7aeab0f5b.zip |
Added ~sh
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc/makedepend')
-rw-r--r-- | x11-misc/makedepend/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/makedepend/makedepend-0.99.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/makedepend/ChangeLog b/x11-misc/makedepend/ChangeLog index 8d4188ca1a2c..e6da6e2b1f8d 100644 --- a/x11-misc/makedepend/ChangeLog +++ b/x11-misc/makedepend/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/makedepend # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/ChangeLog,v 1.4 2005/08/20 22:47:42 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/ChangeLog,v 1.5 2005/08/28 14:48:45 matsuu Exp $ + + 28 Aug 2005; MATSUU Takuto <matsuu@gentoo.org> makedepend-0.99.0.ebuild: + Marked ~sh 20 Aug 2005; Luca Barbato <lu_zero@gentoo.org> makedepend-0.99.0.ebuild: Marked ~ppc diff --git a/x11-misc/makedepend/makedepend-0.99.0.ebuild b/x11-misc/makedepend/makedepend-0.99.0.ebuild index 6b3cfe6c3c14..91ef2d4938b1 100644 --- a/x11-misc/makedepend/makedepend-0.99.0.ebuild +++ b/x11-misc/makedepend/makedepend-0.99.0.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/makedepend/makedepend-0.99.0.ebuild,v 1.5 2005/08/24 01:13:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/makedepend/makedepend-0.99.0.ebuild,v 1.6 2005/08/28 14:48:45 matsuu Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org makedepend utility" -KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~s390 ~sh ~sparc ~x86" RDEPEND="" DEPEND="${RDEPEND} x11-proto/xproto" |