diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-22 11:23:59 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-22 11:23:59 +0100 |
commit | 82450758e28ce3fe436dfe3851d9171f783c2f20 (patch) | |
tree | 8256dbc3c67c77e5646fbace2d471017a4522375 /dev-lang/crystal/files | |
parent | dev-lang/crystal: bump up to 0.22.0 (diff) | |
download | gentoo-82450758e28ce3fe436dfe3851d9171f783c2f20.tar.gz gentoo-82450758e28ce3fe436dfe3851d9171f783c2f20.tar.bz2 gentoo-82450758e28ce3fe436dfe3851d9171f783c2f20.zip |
dev-lang/crystal: drop old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-lang/crystal/files')
-rw-r--r-- | dev-lang/crystal/files/crystal-0.20.5-AR.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-lang/crystal/files/crystal-0.20.5-AR.patch b/dev-lang/crystal/files/crystal-0.20.5-AR.patch deleted file mode 100644 index 950bc23a157a..000000000000 --- a/dev-lang/crystal/files/crystal-0.20.5-AR.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/Makefile b/Makefile -index dc675a0..1f53d40 100644 ---- a/Makefile -+++ b/Makefile -@@ -118,3 +118,3 @@ $(LLVM_EXT_OBJ): $(LLVM_EXT_DIR)/llvm_ext.cc - $(LIB_CRYSTAL_TARGET): $(LIB_CRYSTAL_OBJS) -- ar -rcs $@ $^ -+ $(AR) -rcs $@ $^ - |